diff --git a/client/src/pages/Home/styles.sass b/client/src/pages/Home/styles.sass index 7cd8d0a..6b88ea2 100644 --- a/client/src/pages/Home/styles.sass +++ b/client/src/pages/Home/styles.sass @@ -62,6 +62,7 @@ justify-content: center padding: 2rem 0 width: 10rem + height: 8.5rem gap: 1rem color: $text text-decoration: none @@ -81,6 +82,17 @@ &:active transform: scale(0.95) translateY(0.5rem) +.create-btn + .gear + display: none + padding: 1rem + font-size: 22pt + &:hover + .gear + display: block + svg:not(.gear) + display: none + @media screen and (max-width: 1130px) .create-btn display: none \ No newline at end of file