This commit is contained in:
Julie Blanc 2026-02-27 20:33:56 +01:00
parent 25cdb3bd0b
commit 31e1b729f3
28 changed files with 925 additions and 426 deletions

View file

@ -1,4 +1,5 @@
@use "abstracts/mixins.scss" as *;
@use "abstracts/responsive.scss" as *;
#site-header{
height: var(--header-h);
@ -15,39 +16,20 @@
a{ text-decoration: none; }
// #logo-botascopia{
// display: flex;
// align-items: center;
// gap: 10px;
// svg{
// width: 35px;
// fill: var(--color-green);
// }
// }
// h1{
// font-family: var(--font-title);
// color: var(--color-txt);
// text-decoration: none;
// font-size: 25px;
// position: relative;
// top: -2px;
// color: var(--color-green);
// position: absolute;
// opacity: 0;
// }
#logo-botascopia{
svg{
display: none;
width: 180px;
fill: var(--color-green);
}
}
h1{
position: absolute;
opacity: 0;
// position: absolute;
opacity: 1;
font-size: var(--fs-normal);
font-family: var(--font-title);
color: var(--color-green);
}
}
#site-header ul{