|
|
|
@ -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%; |
|
|
|
|