Skip to content

Commit

Permalink
-update
Browse files Browse the repository at this point in the history
  • Loading branch information
bgoonz committed Feb 11, 2022
1 parent 3f3cf46 commit a08ee76
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/sass/imports/_structure.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,27 +12,28 @@
-ms-flex-positive: 1;
flex-grow: 1;
width: 100%;
resize: both;
}

.outer {
padding-left: 150px;
padding-right: 150px;
padding-left: 100px;
padding-right: 100px;
}

.inner {
margin-left: auto;
margin-right: auto;
max-width: 95%;
max-width: 98%;
}

.inner-md {
margin-left: auto;
margin-right: auto;
max-width: 95%;
max-width: 98%;
}

.inner-sm {
margin-left: auto;
margin-right: auto;
max-width: 95%;
max-width: 98%;
}

0 comments on commit a08ee76

Please sign in to comment.