Skip to content

Commit

Permalink
Remove unwanted properties.
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelmaneuver committed Jan 15, 2022
1 parent 469fb1b commit 31880ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ body {
#main-content {
width: 100%;
height: 100%;

@include responsive() {
overflow-x: hidden;
}
}

#wrapper {
Expand Down
6 changes: 0 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,6 @@ ins *:not(a) {
height: 100%;
}

@media (min-width: 1024px) {
#main-content {
overflow-x: hidden;
}
}

#wrapper {
position: relative;
margin: auto;
Expand Down

0 comments on commit 31880ac

Please sign in to comment.