Style pages

This commit is contained in:
mg
2021-09-01 17:30:30 +01:00
parent b7865cf821
commit 8e2a5a13a5
15 changed files with 1030 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
.progress-history-container {
display: table;
table-layout: auto;
column-gap: 10px;
width: 100%;
margin-top: 24px;
row-gap: 8px;
}
.progress-history-container > div {
display: table-row;
}
.progress-history-container > div > * {
display: table-cell;
word-wrap: break-word;
padding-top: 2px;
padding-bottom: 2px;
text-decoration: none;
color: inherit;
}