Merge branch 'master' of git.rezo-rm.fr:BDEMetz/bde-liste

This commit is contained in:
johan 2022-12-21 00:32:31 +01:00
commit d92ff6d572

View file

@ -73,6 +73,7 @@ a:hover {
border-radius: 2px;
background: url("../img/background-letter.jpg");
background-size: cover;
background-position: right;
}
#logo {
@ -80,6 +81,9 @@ a:hover {
justify-content: center;
height: 220px;
}
#logo > img {
width: 220px;
}
#timer {
font-size: 40px;
@ -185,6 +189,9 @@ button[type="submit"]:hover {
#logo {
height: 150px;
}
#logo > img {
width: 150px;
}
.row-section {
flex-direction: column;
width: 100%;