From 4c87b6c02e9af6f0117e25200806d45a971165bf Mon Sep 17 00:00:00 2001 From: "Pierre-L. C.-P." Date: Mon, 27 Nov 2023 12:04:14 +0100 Subject: [PATCH] minor sass correction --- src/sass/pf.sass | 35 ++++++++++++++++++++++++++++------- 1 file changed, 28 insertions(+), 7 deletions(-) diff --git a/src/sass/pf.sass b/src/sass/pf.sass index eea1cfe..bc2f875 100644 --- a/src/sass/pf.sass +++ b/src/sass/pf.sass @@ -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 @@ -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% @@ -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% @@ -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% @@ -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%