1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-26 00:11:13 +02:00

fix separator styles.

This commit is contained in:
Kushagra Gour
2016-05-11 02:00:28 +05:30
parent 8b81a70afa
commit 022f195565

View File

@@ -133,11 +133,9 @@
} }
.footer__separator { .footer__separator {
display: inline-block; display: inline-block;
} height: 24px;
.footer__separator:after { margin: 0 10px 0 20px;
content: '|sdfd'; border-left: 1px solid rgba(255,255,255,0.2);
margin: 0 10px;
color: #CCC;
} }
.mode-btn { .mode-btn {
margin-left: 10px; margin-left: 10px;