Implemented adding/renaming of areas and sections

This commit is contained in:
Magnus Åhall 2024-05-01 21:02:45 +02:00
parent d935eb282b
commit 62405c3138
13 changed files with 175 additions and 13 deletions

View file

@ -37,7 +37,7 @@
margin-bottom: 32px;
div {
font-weight: 500;
font-weight: @bold;
font-size: 1.5em;
color: @color1;
}

View file

@ -2,7 +2,7 @@
#problems-list, #acknowledged-list {
display: grid;
grid-template-columns: repeat(5, min-content);
grid-template-columns: repeat(6, min-content);
grid-gap: 4px 16px;
margin-bottom: 32px;

View file

@ -59,10 +59,12 @@ h2 {
h1 {
font-size: 1.5em;
color: @color1;
font-weight: @bold;
}
h2 {
font-size: 1.25em;
font-weight: @bold;
}
a {