diff --git a/app/javascript/components/pages/Home.jsx b/app/javascript/components/pages/Home.jsx index 88bd7a5..79c52ad 100644 --- a/app/javascript/components/pages/Home.jsx +++ b/app/javascript/components/pages/Home.jsx @@ -64,7 +64,7 @@ const Home = () => {
You might spot old branding, broken links, or other inconsistencies. - We're on it! + We're on it!
We couldn't find the page you were looking for.
diff --git a/app/javascript/stylesheets/home.scss b/app/javascript/stylesheets/home.scss index 80e7829..74d0ec4 100644 --- a/app/javascript/stylesheets/home.scss +++ b/app/javascript/stylesheets/home.scss @@ -12,11 +12,14 @@ padding: 0.5rem 1rem; flex-direction: column; font-weight: bold; - height: 5rem; + height: 10rem; color: #2e0880; box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); position: fixed; + @media (min-width: 768px) { + height: 5rem; + } } .hero { @apply flex