diff --git a/_includes/nav.html b/_includes/nav.html index 029984a..04a61c3 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -3,7 +3,7 @@

ATTENTION ALUMNI & MEMBERS: The 50th Anniversary will be held from April 10th-12th, 2026!

Find out more at 50th.csh.rit.edu

- +
diff --git a/_sass/_splash.scss b/_sass/_splash.scss index 8955f80..8da4da0 100644 --- a/_sass/_splash.scss +++ b/_sass/_splash.scss @@ -12,7 +12,7 @@ $size: 350px; h1 { color: white; font-size: 3em; - margin: 0; + margin: 40px 0 0; padding: 0 1rem; max-width: 100%; word-wrap: break-word; diff --git a/assets/css/main.scss b/assets/css/main.scss index 4c3ce97..046a858 100644 --- a/assets/css/main.scss +++ b/assets/css/main.scss @@ -159,7 +159,7 @@ a.btn { background-color: #B0197E; color: #fff; text-align: center; - padding: 10px 20px; + padding: 10px 40px; width: 100%; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } @@ -167,6 +167,8 @@ a.btn { #info-banner p { margin: 0; display: inline-block; + + position: relative; } #close-banner { @@ -176,6 +178,11 @@ a.btn { cursor: pointer; margin-left: 10px; color: #fff; + + + position: fixed; + top: 10px; + right: 20px; } #info-banner a { @@ -187,6 +194,14 @@ a.btn { color: white; } +@media screen and (min-width: 1100px) { + #close-banner { + top: 20px; + right: 30px; + } +} + + @import "typography"; @import "nav"; @import "slider"; diff --git a/index.html b/index.html index 68603dd..bb252e2 100644 --- a/index.html +++ b/index.html @@ -241,11 +241,3 @@

Sponsors

- - -