mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-08-01 00:23:48 +00:00
30 lines
481 B
SCSS
30 lines
481 B
SCSS
.rewind-report-page {
|
|
display: flex;
|
|
justify-content: center;
|
|
padding: 1em;
|
|
box-sizing: border-box;
|
|
font-size: var(--font-up-2);
|
|
width: 100%;
|
|
max-width: 700px;
|
|
margin: 0 auto;
|
|
flex-direction: column;
|
|
@media (width <= 768px) {
|
|
padding: 0.75em;
|
|
}
|
|
}
|
|
|
|
.rewind-report {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.rewind-report-container {
|
|
display: flex;
|
|
max-width: 100%;
|
|
}
|
|
|
|
.rewind-report-title {
|
|
font-size: var(--font-down-1);
|
|
text-align: left;
|
|
}
|