- change css font size for h1.. h6

This commit is contained in:
2025-02-03 18:15:51 +01:00
parent 1f4eef5fa1
commit 88006babac
4 changed files with 40 additions and 23 deletions

View File

@@ -21,7 +21,7 @@ table.cv td, table th {
.table {
border: 1px solid;
font-size: 1.2rem;
font-size: 1.25rem;
border-color: var(--section-light-bg-color);
//background-color: var(--section-light-bg-color);
background-color: var(--highlight-inverse-contrast);
@@ -68,5 +68,5 @@ table.cv td, table th {
}
.partners h4 {
font-size: 1.5rem;
font-size: 1.25rem;
}