From 559a42827f5cab64ae28de3d4632bb14b62a0a65 Mon Sep 17 00:00:00 2001 From: Meet Modi Date: Thu, 30 Nov 2023 21:45:45 -0800 Subject: [PATCH] This is the stonewall header --- nvm | 1 + pages/stonewall.jsx | 21 +++++++++------------ 2 files changed, 10 insertions(+), 12 deletions(-) create mode 160000 nvm diff --git a/nvm b/nvm new file mode 160000 index 0000000..8241287 --- /dev/null +++ b/nvm @@ -0,0 +1 @@ +Subproject commit 8241287349bab4fad0372c1760d6c5757e26d453 diff --git a/pages/stonewall.jsx b/pages/stonewall.jsx index b71c32b..a5cd2cf 100644 --- a/pages/stonewall.jsx +++ b/pages/stonewall.jsx @@ -45,8 +45,8 @@ const Stonewall = () => { margin: 6px; .accordion { - margin: 0; - padding: 0; + margin: 100; + padding: 100; } .accordion .accordion-navigation > a { @@ -68,6 +68,8 @@ const Stonewall = () => { margin-bottom: 1rem !important; } #title { + margin-top: -75px; + margin-bottom: -75px; text-align: center; font-family: ${globals.headlineFont}; } @@ -78,16 +80,13 @@ const Stonewall = () => { color: #333 !important; display: inline-block; font-family: ${globals.headlineFont}; - - /*text-transform: uppercase;*/ + /*text-transform: capitalize !important;*/ } #title h3 { font-weight: 400; color: #555 !important; line-height: 2; font-family: ${globals.headlineFont}; - - /*text-transform: uppercase;*/ } #stonewall-wrap ul { @@ -100,14 +99,13 @@ const Stonewall = () => { } #blurb { - text-indent: 70px; - background: #eee; width: 100%; - margin-bottom: 2px; + margin-bottom: 50px; } #blurb p { - padding-left: 15px; + text-align: center; + padding-horizontal: 100px; padding: 10px; font-size: 1rem; } @@ -173,10 +171,9 @@ const Stonewall = () => { >
- {"STONEWALL".split('').map((letter, i) => { + {"Stonewall".split('').map((letter, i) => { return

{letter}

})} -

From the Daily Bruin