mirror of
https://github.com/BluemediaDev/fancy-gatus.git
synced 2025-04-12 05:53:56 +02:00
Fix width on mobile
This commit is contained in:
parent
877ee40084
commit
a7547fca94
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ export default {
|
||||||
padding-right: 15px;
|
padding-right: 15px;
|
||||||
}
|
}
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
max-width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.refresh-settings {
|
.refresh-settings {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Add table
Reference in a new issue