Links font size

merge-requests/8/head
Bob Mottram 2020-10-01 21:25:40 +01:00
parent 8a70c701ee
commit cb34f6385b
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
--font-size-header-mobile: 32px;
--font-color-header: #ccc;
--font-size-button-mobile: 34px;
--font-size-links: 20px;
--font-size: 30px;
--font-size2: 24px;
--font-size3: 38px;
@ -941,6 +942,7 @@ aside .toggle-inside li {
width: var(--column-left-width);
}
.col-left {
font-size: var(--font-size-links);
float: left;
width: var(--column-left-width);
}