diff --git a/src/pages/index.module.scss b/src/pages/index.module.scss index 7b10542..33d30ca 100644 --- a/src/pages/index.module.scss +++ b/src/pages/index.module.scss @@ -3,6 +3,7 @@ .project { text-align: center; margin-bottom: $spacer * 4; + position: relative; @media (min-width: 30rem) { margin-bottom: $spacer * 8; @@ -43,7 +44,9 @@ } .title { - visibility: hidden; - font-size: 0; + opacity: 0; + position: absolute; + top: 0; + left: 0; margin: 0; }