Skip to content

Commit

Permalink
#7
Browse files Browse the repository at this point in the history
  • Loading branch information
sashagar committed May 28, 2018
1 parent ab564bb commit df793d0
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/iabootstrap.css

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion less/navbar.less
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,13 @@
margin: @navbar-margin-vertical 0;
border-right: 1px solid fade(#eaf2f5, 10%);
padding-right: 30px;

@media(max-width: @screen-navbar) {
position: absolute;
top: 0;
right: 0;
padding-right: 15px;
margin: 0;
}
a {
float: left;
font-size: 16px;
Expand All @@ -161,6 +167,14 @@
list-style-type: none;
border-left: 1px solid fade(#eaf2f5, 10%);

@media(max-width: @screen-navbar) {
position: absolute;
top: 0;
left: 0;
padding-left: 15px;
margin: 0;
}

> li {
float: left;
margin: 0 15px 0 0;
Expand Down
4 changes: 3 additions & 1 deletion less/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -188,4 +188,6 @@
@footer-link-hover-color: fade(#fff, 50%);
@footer-link-active-color: fade(#fff, 70%);
@footer-social-link-color: fade(#fff, 70%);
@footer-text-color: fade(#fff, 30%);
@footer-text-color: fade(#fff, 30%);

@screen-navbar: 620px;
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@
"gulp-notify": "^3.0.0",
"gulp-sourcemaps": "^2.3.1",
"gulp-util": "^3.0.7"
},
"dependencies": {
"npm": "^6.1.0"
}
}

0 comments on commit df793d0

Please sign in to comment.