update site.less

This commit is contained in:
Samuele Locatelli
2022-06-06 17:20:02 +02:00
parent c7e2f39613
commit cd3e1e2dd0
3 changed files with 24 additions and 1 deletions
+10
View File
@@ -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;
}
}
+13
View File
@@ -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;
}
}
File diff suppressed because one or more lines are too long