1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-24 23:59:47 +02:00

Upper case navigation text

This commit is contained in:
McMatts 2018-04-04 14:38:21 +01:00
parent 2579382280
commit 01720722d6

View file

@ -11,6 +11,7 @@
display: inline-block; display: inline-block;
margin-right: 30px; margin-right: 30px;
cursor: pointer; cursor: pointer;
text-transform: uppercase;
@include ease-in(); @include ease-in();
// border-bottom: 2px solid $color-gray-light; // border-bottom: 2px solid $color-gray-light;