1
0
mirror of https://github.com/bigchaindb/site.git synced 2024-11-22 09:46:57 +01:00

mobile tweaks

This commit is contained in:
Matthias Kretschmann 2017-08-12 19:11:52 +02:00
parent c5f6c9bb2e
commit a3bfb2a58d
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -71,7 +71,14 @@ $font-family-silkscreen: silkscreennormal, monospace !default;
color: $brand-9984-04;
background: $brand-9984-01;
padding: $spacer / 5 $spacer / 4;
margin-left: $spacer / 2;
display: block;
margin-top: $spacer / 2;
@media ($screen-sm) {
display: inline;
margin-top: 0;
margin-left: $spacer / 2;
}
}
.divider--9984 {