mirror of
https://github.com/louislam/uptime-kuma.git
synced 2025-06-14 16:42:35 +02:00
Float logo wrapper for better display of longer status page titles on smaller screens
This commit is contained in:
parent
d4b86dc472
commit
fbd1c70046
1 changed files with 6 additions and 0 deletions
|
@ -14,6 +14,12 @@ h2 {
|
||||||
font-size: 26px;
|
font-size: 26px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 550px) {
|
||||||
|
.logo-wrapper {
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
textarea.form-control {
|
textarea.form-control {
|
||||||
border-radius: 19px;
|
border-radius: 19px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue