Skip to content

Commit

Permalink
fix#343
Browse files Browse the repository at this point in the history
  • Loading branch information
suvigyavijay committed Mar 3, 2017
1 parent 56aceb3 commit dcfee46
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/sass/navbar-top.sass
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.navbar-absolute-top
height: 100px
.has-navbar-top .app-body
padding-top: 100px
padding-top: 150px

@media (max-width: $screen-sm-max)
.has-navbar-top .app-body.no-navbar-top
Expand Down Expand Up @@ -173,4 +173,4 @@
a
font-size: 14px
font-weight: normal
color: $bluey-grey
color: $bluey-grey
3 changes: 2 additions & 1 deletion src/sass/pad.sass
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
.pad-toolbar
background: $light-grey
border: solid 1px $grey
top: 100px !important
.btn-toolbar
display: flex
justify-content: space-around
Expand Down Expand Up @@ -182,4 +183,4 @@
font-size: 18px
font-weight: bold
color: $pad-empty-tip-modal-description
margin-top: 20px
margin-top: 20px

0 comments on commit dcfee46

Please sign in to comment.