From 92ec43f34b3b73df8a2a18543e9ca4c435f68c85 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 26 Jan 2024 19:32:44 -0800 Subject: [PATCH 1/2] chore: mobile styles --- src/assets/styles/index.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index adb03f8f..2d4a9023 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -233,7 +233,7 @@ nav ul li .active svg:hover { /* layout */ .default__wrapper { - padding-top: 2rem; + padding-top: 1rem; } .main__wrapper { @@ -487,6 +487,10 @@ footer nav { .now__topper h2 { font-size: var(--font-size-2xl); } + + .default__wrapper { + padding-top: 2rem; + } main { max-width: 768px; From 6801bf90ec8771017147d60c3bc4ed3926b084a2 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Fri, 26 Jan 2024 19:37:03 -0800 Subject: [PATCH 2/2] chore: more styling --- src/assets/styles/index.css | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 2d4a9023..a1d2979d 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -161,7 +161,7 @@ th { /* header */ .main__title { width: 100%; - padding-top: 1.25rem; + padding-top: 2rem; } .main__title h1 { @@ -233,7 +233,7 @@ nav ul li .active svg:hover { /* layout */ .default__wrapper { - padding-top: 1rem; + padding-top: 2rem; } .main__wrapper { @@ -477,7 +477,6 @@ footer nav { flex-direction: row; align-items: center; justify-content: space-between; - padding-top: 2.5rem; } .main__title h1 { @@ -487,10 +486,6 @@ footer nav { .now__topper h2 { font-size: var(--font-size-2xl); } - - .default__wrapper { - padding-top: 2rem; - } main { max-width: 768px;