We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3518fe0 commit 40e3d02Copy full SHA for 40e3d02
4 files changed
app/templates/client/app/main/main(css).css
@@ -27,4 +27,8 @@
27
padding: 30px 0;
28
margin-top: 70px;
29
border-top: 1px solid #E5E5E5;
30
+}
31
+
32
+.navbar-text {
33
+ margin-left: 15px;
34
}
app/templates/client/app/main/main(less).less
app/templates/client/app/main/main(sass).scss
app/templates/client/app/main/main(stylus).styl
@@ -22,4 +22,7 @@
22
border-top 1px solid #E5E5E5
23
margin-top 70px
24
padding 30px 0
25
- text-align center
+ text-align center
26
+.navbar-text
+ margin-left 15px
0 commit comments