Ajout d'une page a propos
This commit is contained in:
parent
7e654b4640
commit
cb10cc189c
6 changed files with 156 additions and 2 deletions
|
|
@ -50,8 +50,17 @@ body > hr {
|
|||
}
|
||||
|
||||
#main-header #logo {
|
||||
max-height: clamp(2rem, 10vh, 5rem);
|
||||
border: none;
|
||||
background: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
filter: drop-shadow(rgba(0,0,0,0.5) 0 0 10px);
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#main-header #logo img {
|
||||
max-height: clamp(2rem, 10vh, 5rem);
|
||||
display: block;
|
||||
}
|
||||
|
||||
/* MAP */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue