Skip to content

Commit

Permalink
minor sass correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalyptien committed Nov 27, 2023
1 parent fbff13e commit 4c87b6c
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions src/sass/pf.sass
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
font-weight: 500
font-style: normal

#app
background-image: url("@/assets/globalBackground.png")
background-position: center
background-repeat: no-repeat
background-size: cover
background-attachment: fixed

#general
position: absolute
top: 0
Expand Down Expand Up @@ -118,6 +111,13 @@
transform: greyscale(1)

@media screen and (max-width: 576px) and (min-width: 0px)
#open #nav
display: grid
margin-top: 40vh

#open #nav a::after
content: ""

#paBG, #photoBG, #modBG
h2
padding-top: 38%
Expand Down Expand Up @@ -150,6 +150,13 @@
background-size: 190%

@media screen and (max-width: 768px) and (min-width: 577px)
#open #nav
display: grid
margin-top: 40vh

#open #nav a::after
content: ""

#paBG, #photoBG, #modBG
h2
padding-top: 27%
Expand Down Expand Up @@ -182,6 +189,13 @@
background-size: 160%

@media screen and (max-width: 992px) and (min-width: 769px)
#open #nav
display: grid
margin-top: 40vh

#open #nav a::after
content: ""

#paBG, #photoBG, #modBG
h2
padding-top: 20%
Expand Down Expand Up @@ -214,6 +228,13 @@
background-size: 140%

@media screen and (max-width: 1200px) and (min-width: 993px)
#open #nav
display: grid
margin-top: 40vh

#open #nav a::after
content: ""

#paBG, #photoBG, #modBG
h2
padding-top: 15%
Expand Down

0 comments on commit 4c87b6c

Please sign in to comment.