bla
This commit is contained in:
parent
4c4a8c44af
commit
7bee8471d1
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue