1
0
mirror of https://github.com/bigchaindb/site.git synced 2025-02-14 21:10:28 +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 { .menu__link {
@extend .small;
display: inline-block; display: inline-block;
padding: $spacer padding: $spacer;
text-transform: uppercase;
} }
.menu__logo { .menu__logo {
@ -66,4 +68,8 @@
.menu--footer { .menu--footer {
@extend .text-center; @extend .text-center;
.menu__link {
padding: $spacer ($spacer/1.5);
}
} }