Adjust font size on mobile
This commit is contained in:
@@ -74,6 +74,11 @@
|
||||
display: flex;
|
||||
text-wrap: nowrap;
|
||||
}
|
||||
|
||||
@media (max-width: 639px) {
|
||||
font-size: var(--text-x-small);
|
||||
font-weight: 500;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user