mirror of
https://github.com/Fluffy-Bean/GameExpo23.git
synced 2025-06-04 00:13:10 +00:00
start working on adding more game info
This commit is contained in:
parent
e6794d42af
commit
9676819871
4 changed files with 32 additions and 18 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue