diff --git a/_sass/_splash.scss b/_sass/_splash.scss index 50930963..8955f809 100644 --- a/_sass/_splash.scss +++ b/_sass/_splash.scss @@ -1,26 +1,29 @@ $size: 350px; .splash { - height: $size; - text-align: center; - & h1 { - width: 100%; - height: 100%; - background: url('#{$CSHPUBSITE_ASSETS_URL}/hallway_blurred.jpg') 30% 30% no-repeat; - background-size: cover; - line-height: calc(#{$size} + 50px); - text-align: center; - color: white; - font-size: 3em; - vertical-align: bottom; - } + height: $size; + display: flex; + align-items: center; + justify-content: center; + text-align: center; + background: url('#{$CSHPUBSITE_ASSETS_URL}/hallway_blurred.jpg') 30% 30% no-repeat; + background-size: cover; + + h1 { + color: white; + font-size: 3em; + margin: 0; + padding: 0 1rem; + max-width: 100%; + word-wrap: break-word; + } + + @media (max-width: 992px) { + height: 400px; - @media(max-width: 992px) { - height: 400px; - & h1 { - font-size: 2em; - line-height: 1.2; - padding-top: 50%; - } + h1 { + font-size: 2em; + padding: 0 1rem; } + } } diff --git a/about/projects.html b/about/projects.html index 3a0d8fa8..d6399339 100644 --- a/about/projects.html +++ b/about/projects.html @@ -72,26 +72,6 @@
- - One Project Per Freshman looks to put the necessary tools in the hands - of freshman to enable them to learn more about hardware electronics - projects without a financial investment on their part. In its current - form, incoming freshman members are given the choice between a - Raspberry Pi or an Arduino with a starter kit to tinker with - throughout the year. -
-
-
-