Skip to content
Snippets Groups Projects
Commit 62770693 authored by Chris Lawton's avatar Chris Lawton
Browse files

sidebar should only have a flex basis above tablet portrait

parent 4fb299a7
No related branches found
No related tags found
No related merge requests found
.sidebar {
flex-basis: 345px;
margin-top: 20px;
@include media-query(tablet-portrait) {
flex-basis: 345px;
margin: 0 20px 0 0;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment