Skip to content

Commit

Permalink
FIX: update styling of main outlet (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeghnaAJ committed Jun 15, 2022
1 parent 5c03967 commit 8030a01
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions desktop/desktop.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
// Container
// *------------------------------------------------*
#main-outlet {
margin-top: 30px;
margin-bottom: 50px;
border-radius: 10px;
padding: 2em;
box-sizing: border-box;
background: $color-cream;
max-width: 1030px;
padding-bottom: 5% !important;
Expand Down Expand Up @@ -72,3 +72,4 @@
color: $color-black;
border: none;
}

0 comments on commit 8030a01

Please sign in to comment.