Misc theme fixes
This commit is contained in:
parent
ec7919c9e5
commit
e73d28a8f6
24 changed files with 308 additions and 26 deletions
|
|
@ -3,7 +3,13 @@
|
|||
display: grid;
|
||||
grid-template-columns: repeat(6, min-content);
|
||||
grid-gap: 4px 16px;
|
||||
margin-top: 32px;
|
||||
margin-bottom: 32px;
|
||||
background-color: #2979b8;
|
||||
padding: 16px;
|
||||
width: min-content;
|
||||
border-top-left-radius: 8px;
|
||||
border-top-right-radius: 8px;
|
||||
}
|
||||
#problems-list div,
|
||||
#acknowledged-list div {
|
||||
|
|
@ -29,7 +35,7 @@
|
|||
#areas {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 12px;
|
||||
gap: 24px;
|
||||
margin-top: 16px;
|
||||
}
|
||||
#areas .area .section {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue