This commit is contained in:
asyncnomi 2022-12-21 00:17:37 +01:00
parent 4c4a8c44af
commit 7bee8471d1

View file

@ -80,6 +80,9 @@ a:hover {
justify-content: center;
height: 220px;
}
#logo > img {
width: 220px;
}
#timer {
font-size: 40px;
@ -164,6 +167,9 @@ a:hover {
#logo {
height: 150px;
}
#logo > img {
width: 150px;
}
.row-section {
flex-direction: column;
}