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

menu tweaks

This commit is contained in:
Matthias Kretschmann 2016-01-14 16:01:45 +01:00
parent bec5928ff2
commit b32c5280ef

View File

@ -3,8 +3,10 @@
}
.menu__link {
@extend .small;
display: inline-block;
padding: $spacer
padding: $spacer;
text-transform: uppercase;
}
.menu__logo {
@ -66,4 +68,8 @@
.menu--footer {
@extend .text-center;
.menu__link {
padding: $spacer ($spacer/1.5);
}
}