Implemented adding/renaming of areas and sections
This commit is contained in:
parent
d935eb282b
commit
62405c3138
13 changed files with 175 additions and 13 deletions
|
|
@ -37,7 +37,7 @@
|
|||
margin-bottom: 32px;
|
||||
|
||||
div {
|
||||
font-weight: 500;
|
||||
font-weight: @bold;
|
||||
font-size: 1.5em;
|
||||
color: @color1;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
|
|
@ -59,10 +59,12 @@ h2 {
|
|||
h1 {
|
||||
font-size: 1.5em;
|
||||
color: @color1;
|
||||
font-weight: @bold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 1.25em;
|
||||
font-weight: @bold;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue