From b09f3ca3ee95bf44b97bce82a300a7cd0716e823 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Mon, 18 Sep 2017 16:39:59 +0800 Subject: [PATCH] fix(core): fixed some css --- modules/core/client/less/mt.less | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/core/client/less/mt.less b/modules/core/client/less/mt.less index 6f7a080b..3bb3f88c 100644 --- a/modules/core/client/less/mt.less +++ b/modules/core/client/less/mt.less @@ -825,7 +825,7 @@ body { > li { @media (max-width: @screen-xs-max) { >a { - padding: 10px 20px !important; + padding: 10px 10px !important; } } @@ -872,13 +872,13 @@ body { > li { @media (max-width: @screen-xs-max) { >a { - padding: 10px 20px !important; + padding: 10px 10px !important; } } @media (min-width: @screen-sm) and (max-width: @screen-sm-max) { >a { - padding: 10px 20px !important; + padding: 10px 30px !important; } } @@ -919,13 +919,13 @@ body { cursor: pointer; @media (max-width: @screen-xs-max) { >a { - padding: 10px 20px !important; + padding: 10px 10px !important; } } @media (min-width: @screen-sm) and (max-width: @screen-sm-max) { >a { - padding: 10px 40px !important; + padding: 10px 20px !important; } }