Skip to content

Commit dcfee46

Browse files
committed
fix#343
1 parent 56aceb3 commit dcfee46

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/sass/navbar-top.sass

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.navbar-absolute-top
88
height: 100px
99
.has-navbar-top .app-body
10-
padding-top: 100px
10+
padding-top: 150px
1111

1212
@media (max-width: $screen-sm-max)
1313
.has-navbar-top .app-body.no-navbar-top
@@ -173,4 +173,4 @@
173173
a
174174
font-size: 14px
175175
font-weight: normal
176-
color: $bluey-grey
176+
color: $bluey-grey

src/sass/pad.sass

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
.pad-toolbar
66
background: $light-grey
77
border: solid 1px $grey
8+
top: 100px !important
89
.btn-toolbar
910
display: flex
1011
justify-content: space-around
@@ -182,4 +183,4 @@
182183
font-size: 18px
183184
font-weight: bold
184185
color: $pad-empty-tip-modal-description
185-
margin-top: 20px
186+
margin-top: 20px

0 commit comments

Comments
 (0)