Add width override

This commit is contained in:
Joshua Boniface 2022-11-14 03:06:27 -05:00
parent 341033b817
commit 972038a1a1
1 changed files with 4 additions and 0 deletions

4
assets/css/_extra.scss Normal file
View File

@ -0,0 +1,4 @@
.app-container {
max-width:80%;
margin-left:20rem
}