update site.less
This commit is contained in:
@@ -313,6 +313,9 @@ a,
|
||||
font-weight: 400;
|
||||
color: #666;
|
||||
}
|
||||
.wHead {
|
||||
line-height: 1;
|
||||
}
|
||||
@media (max-width: 640px) {
|
||||
.shortcuts .shortcut {
|
||||
min-width: 8rem;
|
||||
@@ -320,5 +323,12 @@ a,
|
||||
}
|
||||
body {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.1;
|
||||
}
|
||||
}
|
||||
@media (max-width: 1650px) {
|
||||
body {
|
||||
font-size: 0.9em;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
@@ -307,6 +307,10 @@ a, .btn-link {
|
||||
color: #666;
|
||||
}
|
||||
|
||||
.wHead{
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
@media (max-width: 640px) {
|
||||
.shortcuts .shortcut {
|
||||
min-width: @blSCut * 8;
|
||||
@@ -315,5 +319,14 @@ a, .btn-link {
|
||||
|
||||
body {
|
||||
font-size: 0.8em;
|
||||
line-height: 1.1;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1650px) {
|
||||
|
||||
body {
|
||||
font-size: 0.9em;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user