Skip to content

Commit

Permalink
Change box height
Browse files Browse the repository at this point in the history
  • Loading branch information
Gina Contrino committed Jan 15, 2018
1 parent 5dc63db commit b4f443e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/components/app/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ or "warn/action" ineastd of "red/green"
--sidebar-width: 162px;
--sidebar-width-xl: 192px;
--main-box-width: 1291px;
--main-box-height-XL: 45em;
--main-box-height-L: 47em;
--main-box-height-XL: calc(100vh - 280px);
--main-box-height-L: calc(100vh - 230px);
--border-radius-normal: 3px;
--m-menu-bar-height: 72px;
--s-menu-bar-height: 62px;
Expand Down
2 changes: 1 addition & 1 deletion src/components/mainMenu/mainMenu.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
box-shadow: none;
width: 100% !important;
border: none !important;
padding: 25px 10px !important;
padding: 20px 10px !important;
}

.navigationContainer {
Expand Down

0 comments on commit b4f443e

Please sign in to comment.