Rework menu and integrate splash screen

This commit is contained in:
Laurent
2024-10-28 13:54:22 +01:00
parent d6abdb252d
commit d4af25ee5d
17 changed files with 230 additions and 74 deletions

View File

@@ -1,6 +1,13 @@
:root
{
--font-size : 1.25vmax;
@media screen and (min-width: 601px) {
:root {
--font-size : 18px;
}
}
@media screen and (max-width: 600px) {
:root {
--font-size : 15px;
}
}
*
@@ -13,7 +20,7 @@
h1
{
font-size: calc(var(--font-size, 1vw) * 2.5);
font-size: calc(var(--font-size, 1vw) * 2.15);
}
html
@@ -58,7 +65,7 @@ hr {
}
nav
/*nav
{
display: flex;
flex-direction: column;
@@ -81,7 +88,7 @@ nav a
.nav_delimiter
{
margin-bottom: 5vh;
}
}*/
form
{
@@ -122,7 +129,7 @@ footer
margin-bottom: 0.25vh;
width: 100vw;
height: 5vh;
height: fit-content;
}
footer a {