chore(profile): improved responsiveness & design

This commit is contained in:
2026-02-17 23:00:53 +01:00
parent 3705325a9a
commit acc15619a9
4 changed files with 20 additions and 5 deletions
@@ -60,6 +60,8 @@ defineProps({
</script>
<style lang="scss" scoped>
@use '../../styles/responsive';
.profile-recent-stats {
overflow: hidden;
}
@@ -90,4 +92,10 @@ defineProps({
font-size: 0.9em;
}
}
@include responsive.smallScreen {
.month-stats-box {
grid-template-columns: repeat(2, 1fr);
}
}
</style>