mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-08 17:35:29 +01:00
Set max-width for widescreen monitors
This commit is contained in:
parent
16da1ac25c
commit
877ee40084
|
@ -125,8 +125,8 @@ export default {
|
|||
height: 100vh;
|
||||
}
|
||||
.content-wrapper {
|
||||
min-width: 60%;
|
||||
max-width: 95%;
|
||||
width: 65%;
|
||||
max-width: 1320px;
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 3rem;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue