30 lines
481 B
SCSS
Raw Permalink Normal View History

2024-12-13 17:51:06 +01:00
.rewind-report-page {
display: flex;
justify-content: center;
padding: 1em;
box-sizing: border-box;
font-size: var(--font-up-2);
2025-01-02 22:15:10 +01:00
width: 100%;
2025-01-10 14:26:35 -06:00
max-width: 700px;
margin: 0 auto;
2025-01-02 22:15:10 +01:00
flex-direction: column;
2025-01-10 17:02:27 -06:00
@media (width <= 768px) {
padding: 0.75em;
}
2025-01-02 22:15:10 +01:00
}
.rewind-report {
display: flex;
flex-direction: column;
}
.rewind-report-container {
display: flex;
2025-01-06 11:53:18 -06:00
max-width: 100%;
2025-01-02 22:15:10 +01:00
}
.rewind-report-title {
font-size: var(--font-down-1);
text-align: left;
2024-12-13 17:51:06 +01:00
}