diff --git a/README.md b/README.md index 3444b5fd99c34e1276265190c7f24443a5ef2c97..a87ea91a480183f420b86282cd22931123aa0d9b 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 a28c7b9529cb349a4f48db3b02c36a478411c3f1..d2a470c3983090d9946fa847fe240c191fda12c9 100644 --- a/src/style.css +++ b/src/style.css @@ -22,7 +22,6 @@ header a:hover { color: #ffffff; } - main { padding: 0 1em; }