Commit 89d16101 authored by Jack Yu's avatar Jack Yu
Browse files

Merge branch 'bugfix/fix_header_layout_broke_issue' into 'master'

修正全站 Header 在窄版畫面時選項跑版錯誤

See merge request share/fe-common-library!394
parents d265d2b7 4a05f37e
......@@ -158,24 +158,24 @@ $sub-menu-height: 500px;
padding: 18px 12px 14px 12px;
cursor: pointer;
@media screen and (max-width: $screenSizeXl) {
padding: 18px 10px 14px 10px;
}
@media screen and (max-width: $screenSizeLg) {
padding: 18px 6px 14px 6px;
}
@media screen and (max-width: $screenSizeMd) {
padding: 18px 4px 14px 4px;
}
span {
display: block;
font-size: $fontSizeSm + 1;
line-height: 20px;
color: $gray-383838;
@media screen and (max-width: $screenSizeXl) {
padding: 18px 10px 14px 10px;
}
@media screen and (max-width: $screenSizeLg) {
padding: 18px 8px 14px 8px;
}
@media screen and (max-width: $screenSizeMd) {
padding: 18px 4px 14px 4px;
}
&.no-link {
&:hover {
font-weight: 500;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment