Ajout d'une page a propos

This commit is contained in:
EpicKiwi 2026-06-29 23:02:53 +02:00
parent 7e654b4640
commit cb10cc189c
Signed by: epickiwi
GPG key ID: C4B28FD2729941CE
6 changed files with 156 additions and 2 deletions

46
css/about.css Normal file
View file

@ -0,0 +1,46 @@
.about {
font-family: sans-serif;
}
.about img[src="./assets/favicon@512.png"] {
margin-top: 50px;
margin-bottom: 50px;
height: 100px;
max-height: 50vw;
display: block;
margin-left: auto;
margin-right: auto;
filter: drop-shadow(currentColor 0px 0px 1px) drop-shadow(currentColor 0px 0px 1px) drop-shadow(currentColor 0px 0px 1px);
}
/*
#result-panel-dialog .about img[src="./assets/favicon@512.png"] {
display: none;
}*/
.about h1 {
font-weight: normal;
font-size: 2em;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
}
.about h1 small {
display: block;
font-size: 0.7em;
}
.about a {
color: inherit;
}
.about hr {
border: none;
height: 50px;
}
.about p {
line-height: 1.5;
}

View file

@ -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 */