From 4e48523a208f0afb79a9b357fc61a429de51fe29 Mon Sep 17 00:00:00 2001 From: helenclx Date: Mon, 10 Jun 2024 11:31:35 +0000 Subject: [PATCH] deploy: bae2c4cb57163682d4459490c74cab01a5e341d9 --- 404.html | 33 +++++++++---------- about/index.html | 33 +++++++++---------- accessibility/index.html | 33 +++++++++---------- assets/css/blog.css | 2 +- assets/css/components.css | 6 ++-- assets/css/content.css | 2 +- assets/css/general.css | 8 ++--- assets/css/global.css | 17 +++++----- assets/css/projects.css | 2 +- blog/categories/100-days-of-code/index.html | 33 +++++++++---------- blog/categories/about-this-blog/index.html | 33 +++++++++---------- blog/categories/about-this-website/index.html | 33 +++++++++---------- blog/categories/cassette-beasts/index.html | 33 +++++++++---------- blog/categories/cbpickaxe/index.html | 33 +++++++++---------- blog/categories/chingu/index.html | 33 +++++++++---------- blog/categories/cs50/index.html | 33 +++++++++---------- blog/categories/cs50x/index.html | 33 +++++++++---------- blog/categories/css/index.html | 33 +++++++++---------- blog/categories/eleventy/index.html | 33 +++++++++---------- blog/categories/flask/index.html | 33 +++++++++---------- blog/categories/freecodecamp/index.html | 33 +++++++++---------- blog/categories/github-pages/index.html | 33 +++++++++---------- blog/categories/github/index.html | 33 +++++++++---------- blog/categories/html/index.html | 33 +++++++++---------- blog/categories/index.html | 33 +++++++++---------- blog/categories/javascript/index.html | 33 +++++++++---------- blog/categories/javascriptmas/index.html | 33 +++++++++---------- blog/categories/python/index.html | 33 +++++++++---------- blog/categories/react/index.html | 33 +++++++++---------- blog/categories/scrimba/index.html | 33 +++++++++---------- blog/categories/sql/index.html | 33 +++++++++---------- blog/index.html | 33 +++++++++---------- blog/posts/1/index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- .../index.html | 33 +++++++++---------- blog/posts/index.html | 33 +++++++++---------- colophon/index.html | 33 +++++++++---------- contact/index.html | 33 +++++++++---------- index.html | 33 +++++++++---------- now/index.html | 33 +++++++++---------- projects/frontend-mentor/index.html | 33 +++++++++---------- projects/index.html | 33 +++++++++---------- projects/quizzical/index.html | 33 +++++++++---------- projects/recipe-hub/index.html | 33 +++++++++---------- projects/scrimba/index.html | 33 +++++++++---------- projects/tenzies/index.html | 33 +++++++++---------- 58 files changed, 799 insertions(+), 954 deletions(-) diff --git a/404.html b/404.html index 70dc66f3..74843620 100644 --- a/404.html +++ b/404.html @@ -99,7 +99,7 @@

position: sticky; top: 0; background-color: var(--clr-body-bg); - box-shadow: var(--box-shadow); + box-shadow: var(--bs-main); } .header__title { @@ -124,16 +124,21 @@

display: none; } + .header__navmenu--show { + display: grid; + } + .header__links { list-style: none; padding: 0; margin: 0; - display: grid; - gap: 1.5em; font-size: 1.125rem; font-weight: 600; color: var(--clr-accent-600); text-align: center; + display: flex; + flex-wrap: wrap; + gap: 1em 1.5em; } .header__links [aria-current="page"], @@ -176,10 +181,6 @@

font-size: 2rem; } - .header__links--show { - display: grid; - } - /* For larger screen sizes */ @media (min-width: 640px) { .header__title { @@ -194,32 +195,28 @@

} .header__navmenu { - display: flex; + display: grid; padding: 0; margin: 0; } - - .header__links { - display: flex; - flex-wrap: wrap; - flex-direction: row; - } }