Limiting width for wide monitors.

master
gamerdonkey 2021-02-05 00:19:26 +00:00
parent c41d4d530c
commit 3709fafbe5
1 changed files with 3 additions and 2 deletions

View File

@ -16,8 +16,9 @@
align-items: center;
background: lightgray;
height: 92%;
width: 100%;
margin: auto 1.5em;
width: 92%;
max-width: 1280px;
margin: auto;
box-shadow: 6px 8px;
}