From 29e4dda9f9af3467215c146944ce646259aa97ca Mon Sep 17 00:00:00 2001 From: Chris Coley <chris@codingallnight.com> Date: Sat, 4 May 2024 05:57:15 -0700 Subject: [PATCH] Update README --- README.md | 2 +- src/style.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 3444b5f..a87ea91 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ --- -Example plain HTML site using GitLab Pages and Environments. +Example plain HTML site using GitLab Pages and Environments, and Cloudflare Cache. The Pages site is available at https://gitlab-tests.codingallnight.dev/pages-test/ diff --git a/src/style.css b/src/style.css index a28c7b9..d2a470c 100644 --- a/src/style.css +++ b/src/style.css @@ -22,7 +22,6 @@ header a:hover { color: #ffffff; } - main { padding: 0 1em; } -- GitLab