Limiting width for wide monitors.
parent
c41d4d530c
commit
3709fafbe5
|
@ -16,8 +16,9 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
background: lightgray;
|
background: lightgray;
|
||||||
height: 92%;
|
height: 92%;
|
||||||
width: 100%;
|
width: 92%;
|
||||||
margin: auto 1.5em;
|
max-width: 1280px;
|
||||||
|
margin: auto;
|
||||||
box-shadow: 6px 8px;
|
box-shadow: 6px 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue