Fix de l'affichage des détails d'horaire

This commit is contained in:
theo@manjaro 2024-03-21 14:18:46 +01:00
parent f79250216b
commit 12fb20d91f
1 changed files with 14 additions and 5 deletions

View File

@ -14,11 +14,11 @@ body {
h1, h2 {
text-align: center;
font-size: 7vh;
font-size: 6vh;
}
h2 {
font-size: 6vh;
font-size: 5vh;
font-weight: normal;
margin-bottom: 8vh;
}
@ -41,9 +41,13 @@ h2 {
border-width: 1vw;
border-color: var(--bg-dark);
border-radius: 3vw;
padding: 2vw;
padding: 1vw;
height: 17vh;
color: var(--bg);
font-size: 8vh;
display: flex;
flex-direction: column;
justify-content: center;
}
@keyframes scroll {
@ -51,8 +55,13 @@ h2 {
100% { transform: translateX(calc(-25vw * 7)); }
}
.details {
margin: 1vh;
font-size: 6vh;
}
footer {
margin-top: 10vh;
font-size: 4vh;
margin-top: 8vh;
font-size: 3vh;
text-align: center;
}