mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-07-03 18:32:41 +02:00
Optimize CSS for mobile devices
This commit is contained in:
parent
9edfc61e96
commit
16da1ac25c
5 changed files with 71 additions and 7 deletions
|
@ -55,4 +55,12 @@ export default {
|
|||
span {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@media screen and (max-width: 768px) {
|
||||
.status-wrapper {
|
||||
font-size: 1rem;
|
||||
}
|
||||
.icon {
|
||||
font-size: 20px;
|
||||
}
|
||||
}
|
||||
</style>
|
Loading…
Add table
Add a link
Reference in a new issue