start working on adding more game info

This commit is contained in:
Michał Gdula 2023-05-20 14:46:49 +01:00
parent e6794d42af
commit 9676819871
4 changed files with 32 additions and 18 deletions

View file

@ -1,6 +1,5 @@
nav
padding: 0 0.5rem
width: 100%
height: 3rem
display: flex
@ -54,7 +53,7 @@ nav
&:hover
color: RGB($accent)
> .title
.title
height: 3rem
display: flex
flex-direction: row
@ -73,7 +72,7 @@ nav
color: RGB($accent)
&.scrolled
> .title
.title
opacity: 1
&::before
@ -84,12 +83,10 @@ nav
height: 6rem
top: -3rem
display: flex
flex-direction: column
justify-content: center
transition: top 0.2s ease-in-out
> .title > p
.title > p
font-size: 1.3rem
&.scrolled