1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-02-20 13:16:43 +01: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 {
display: inline-block;
}
.footer__separator:after {
content: '|sdfd';
margin: 0 10px;
color: #CCC;
height: 24px;
margin: 0 10px 0 20px;
border-left: 1px solid rgba(255,255,255,0.2);
}
.mode-btn {
margin-left: 10px;