adjust sizes for mobile

This commit is contained in:
SrGooglo 2023-07-13 17:54:39 +00:00
parent fbdbb8f194
commit 86abec01c7

View File

@ -1,3 +1,17 @@
html {
&.mobile {
.badges {
padding: 5px;
.badge {
svg {
font-size: 0.8rem;
}
}
}
}
}
.badges {
display: grid;
grid-template-columns: repeat(2, 1fr);