Merge branch 'master' of git.rezo-rm.fr:BDEMetz/bde-liste
This commit is contained in:
commit
d92ff6d572
1 changed files with 7 additions and 0 deletions
|
@ -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%;
|
||||
|
|
Loading…
Reference in a new issue