mirror of
https://github.com/BluemediaGER/fancy-gatus.git
synced 2024-11-22 22:55: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;
|
height: 100vh;
|
||||||
}
|
}
|
||||||
.content-wrapper {
|
.content-wrapper {
|
||||||
min-width: 60%;
|
width: 65%;
|
||||||
max-width: 95%;
|
max-width: 1320px;
|
||||||
margin-top: 1rem;
|
margin-top: 1rem;
|
||||||
margin-bottom: 3rem;
|
margin-bottom: 3rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue