From 90f5b0962bfd79ef8a32a83c558c3171b545d1af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Sedl=C3=A1k?= Date: Wed, 21 Oct 2015 16:23:52 +0200 Subject: [PATCH] Try fix menu in #27 --- src/lindat.less | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lindat.less b/src/lindat.less index 0de9c23..7f0adab 100644 --- a/src/lindat.less +++ b/src/lindat.less @@ -123,8 +123,8 @@ body { list-style: none; &>a { text-decoration: none; - font-size: 16px; padding: 10px 15px; + font-size: 16px; display: block; color: @header-color; &:hover { @@ -155,8 +155,10 @@ body { &>a { display: flex; align-items: center; + font-size: 14px; padding: 0 15px; font-weight: bolder; + text-align: center; border-bottom: 3px solid transparent; &:hover { outline: 0; @@ -167,7 +169,9 @@ body { } @media (min-width: @screen-md-min) { - font-size: 14px; + &>li>a { + font-size: 16px; + } } }