mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-09 09:45:30 +01:00
Fix width on mobile
This commit is contained in:
parent
877ee40084
commit
a7547fca94
|
@ -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…
Reference in a new issue