mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 22:24:11 +00:00
refactor: consistent logo sizes
This commit is contained in:
committed by
Carlos Valente
parent
e37254107e
commit
e90161aa33
@@ -18,7 +18,6 @@
|
||||
|
||||
.logo {
|
||||
max-width: min(200px, 30vw);
|
||||
max-height: min(100px, 20vh);
|
||||
}
|
||||
|
||||
.info {
|
||||
@@ -46,3 +45,12 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/* =================== MOBILE ===================*/
|
||||
@media screen and (max-width: 768px) {
|
||||
.project {
|
||||
.logo img {
|
||||
height: min(50px, 10vh);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user