[FIX] Incorrect margin and refactor some CSS

Ensure correct margins on mobile home page
This commit is contained in:
2021-09-11 17:56:22 +01:00
parent cfd9bd9034
commit 64d956720e
2 changed files with 23 additions and 22 deletions

View File

@@ -1,24 +1,3 @@
.progress-history-container {
display: table;
table-layout: auto;
column-gap: 10px;
width: 100%;
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;
}
.history-sections {
display: flex;
flex-direction: column;