Skip to content

Commit

Permalink
fix: style error, close kitian616#140
Browse files Browse the repository at this point in the history
  • Loading branch information
kitian616 committed Jan 25, 2019
1 parent 0ba14a9 commit 6366e4f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions _sass/layout/_page.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ html,
.page__main {
height: 100%;
color: $text-color;
background-color: $background-color;

.col-aside {
display: none;
& > aside {
Expand All @@ -39,6 +37,7 @@ html,
@include flexbox();
@include flex-direction(column);
min-height: 100%;
background-color: $background-color;
}

.page__content {
Expand Down

0 comments on commit 6366e4f

Please sign in to comment.