This repository has been archived on 2025-11-02. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
parandum/src/css/History.css
T
mg 64d956720e [FIX] Incorrect margin and refactor some CSS
Ensure correct margins on mobile home page
2021-09-11 17:56:22 +01:00

15 lines
219 B
CSS

.history-sections {
display: flex;
flex-direction: column;
}
.history-sections > div {
flex-grow: 1;
}
.historical-user-stats-container {
display: flex;
flex-direction: row;
column-gap: 48px;
flex-wrap: wrap;
}