Browse Source

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

ohnoyoutriggeredmytrapcard
johan 3 years ago
parent
commit
d92ff6d572
  1. 7
      static/css/main.css

7
static/css/main.css

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

Loading…
Cancel
Save