mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 18:44:16 +00:00
adjust sizes for mobile
This commit is contained in:
parent
fbdbb8f194
commit
86abec01c7
@ -1,3 +1,17 @@
|
|||||||
|
html {
|
||||||
|
&.mobile {
|
||||||
|
.badges {
|
||||||
|
padding: 5px;
|
||||||
|
|
||||||
|
.badge {
|
||||||
|
svg {
|
||||||
|
font-size: 0.8rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.badges {
|
.badges {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: repeat(2, 1fr);
|
grid-template-columns: repeat(2, 1fr);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user