Fix width properly

This commit is contained in:
Joshua Boniface 2022-12-08 11:44:23 -05:00
parent d2ca728a4a
commit f90930518b
1 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
.app-container {
padding:2.5rem;
max-width:80%;
margin-left:20rem;
max-width:100%;
}