@import 'variables.scss'; @import 'responsive.scss'; .stats-tab { background-color: #1a1a1a; box-shadow: 0 0 5px 1px $accentCol; padding: 1em; display: flex; align-items: flex-end; margin-bottom: 0.5em; width: 100%; } .info-stats { display: flex; flex-wrap: wrap; gap: 0.5em; margin-top: 1em; } .stat-badge { display: flex; span { background-color: $accentCol; color: black; font-weight: bold; padding: 0.2em 0.5em; } span:first-child { background-color: #333; color: white; } } @include smallScreen { .journal-stats { text-align: center; } .info-stats { justify-content: center; } }