Skip to content

Commit 40e3d02

Browse files
committed
fix css bug
1 parent 3518fe0 commit 40e3d02

File tree

4 files changed

+16
-1
lines changed

4 files changed

+16
-1
lines changed

Diff for: app/templates/client/app/main/main(css).css

+4
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@
2727
padding: 30px 0;
2828
margin-top: 70px;
2929
border-top: 1px solid #E5E5E5;
30+
}
31+
32+
.navbar-text {
33+
margin-left: 15px;
3034
}

Diff for: app/templates/client/app/main/main(less).less

+4
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@
2727
padding: 30px 0;
2828
margin-top: 70px;
2929
border-top: 1px solid #E5E5E5;
30+
}
31+
32+
.navbar-text {
33+
margin-left: 15px;
3034
}

Diff for: app/templates/client/app/main/main(sass).scss

+4
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,8 @@
2727
padding: 30px 0;
2828
margin-top: 70px;
2929
border-top: 1px solid #E5E5E5;
30+
}
31+
32+
.navbar-text {
33+
margin-left: 15px;
3034
}

Diff for: app/templates/client/app/main/main(stylus).styl

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,7 @@
2222
border-top 1px solid #E5E5E5
2323
margin-top 70px
2424
padding 30px 0
25-
text-align center
25+
text-align center
26+
27+
.navbar-text
28+
margin-left 15px

0 commit comments

Comments
 (0)