Skip to content

Commit

Permalink
fix: fixed container size
Browse files Browse the repository at this point in the history
  • Loading branch information
Priscila Oliveira committed Feb 5, 2019
1 parent 711f815 commit 039a94d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/webui/styles/mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@
}

@mixin container-size {
margin-left: auto;
margin-right: auto;
@media screen and (min-width: $break-lg) {
max-width: $break-lg;
width: 100%;
margin-left: auto;
margin-right: auto;
}
}

0 comments on commit 039a94d

Please sign in to comment.