Skip to content
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.

Commit

Permalink
Fix the header for smaller displays
Browse files Browse the repository at this point in the history
  • Loading branch information
reyraa committed Jun 13, 2017
1 parent 07c4305 commit ffe3bd1
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/components/top/top.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
top {
// layout
@media (max-width: 768px) {
& > .layout-gt-xs-row {
display: block !important;
width: 100%;
padding: 0 8px;
& > .flex-gt-xs-33 {
max-width: 100%;
max-height: 100%;
display: block;
width: 100%;
margin-left: 0;
margin-right: 0;
}
}
}
.peer {
position: relative;
}
Expand Down

0 comments on commit ffe3bd1

Please sign in to comment.