1
0
Fork 0
mirror of https://github.com/documize/community.git synced 2025-07-23 15:19:42 +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;
margin-right: 30px;
cursor: pointer;
text-transform: uppercase;
@include ease-in();
// border-bottom: 2px solid $color-gray-light;