mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
make font size smaller on tiny screens
This commit is contained in:
parent
63d223e368
commit
1b16dab554
@ -59,6 +59,10 @@ export default {
|
|||||||
@media (max-width: 546px) {
|
@media (max-width: 546px) {
|
||||||
top: $space-xx-small;
|
top: $space-xx-small;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 350px) {
|
||||||
|
font-size: $font-size-small;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.progress-bar__goal {
|
.progress-bar__goal {
|
||||||
@ -85,5 +89,9 @@ export default {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: $space-xx-small;
|
left: $space-xx-small;
|
||||||
|
|
||||||
|
@media (max-width: 350px) {
|
||||||
|
font-size: $font-size-small;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user