Fix de l'affichage des détails d'horaire
This commit is contained in:
parent
f79250216b
commit
12fb20d91f
@ -14,11 +14,11 @@ body {
|
|||||||
|
|
||||||
h1, h2 {
|
h1, h2 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 7vh;
|
font-size: 6vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 6vh;
|
font-size: 5vh;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
margin-bottom: 8vh;
|
margin-bottom: 8vh;
|
||||||
}
|
}
|
||||||
@ -41,9 +41,13 @@ h2 {
|
|||||||
border-width: 1vw;
|
border-width: 1vw;
|
||||||
border-color: var(--bg-dark);
|
border-color: var(--bg-dark);
|
||||||
border-radius: 3vw;
|
border-radius: 3vw;
|
||||||
padding: 2vw;
|
padding: 1vw;
|
||||||
|
height: 17vh;
|
||||||
color: var(--bg);
|
color: var(--bg);
|
||||||
font-size: 8vh;
|
font-size: 8vh;
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes scroll {
|
@keyframes scroll {
|
||||||
@ -51,8 +55,13 @@ h2 {
|
|||||||
100% { transform: translateX(calc(-25vw * 7)); }
|
100% { transform: translateX(calc(-25vw * 7)); }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.details {
|
||||||
|
margin: 1vh;
|
||||||
|
font-size: 6vh;
|
||||||
|
}
|
||||||
|
|
||||||
footer {
|
footer {
|
||||||
margin-top: 10vh;
|
margin-top: 8vh;
|
||||||
font-size: 4vh;
|
font-size: 3vh;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user