Skip to content
This repository has been archived by the owner on Mar 4, 2020. It is now read-only.

Commit

Permalink
compare header marging
Browse files Browse the repository at this point in the history
  • Loading branch information
dhakelila committed Jan 4, 2016
1 parent b5d7566 commit a5116e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/assets/stylesheets/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,6 @@
}
}








// top HEADER
.layout-header-top {
background: #F7F7F7;
Expand Down
6 changes: 6 additions & 0 deletions app/assets/stylesheets/modules/compare/_m-section-header.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.m-section-header {
padding: 0 20px;

h1 {
color: $font-color-2;
font-size: 47px;
Expand All @@ -11,5 +13,9 @@
opacity: .5;
margin: 15px 0 0;
}

@media (min-width: $br-mobile){
padding: 0;
}
}

0 comments on commit a5116e3

Please sign in to comment.