Optimize CSS for mobile devices

This commit is contained in:
Oliver Traber 2022-01-15 17:14:01 +01:00
parent 9edfc61e96
commit 16da1ac25c
Signed by: Bluemedia
GPG key ID: C7BA47275B086E2C
5 changed files with 71 additions and 7 deletions

View file

@ -55,4 +55,12 @@ export default {
span {
margin-left: 1rem;
}
@media screen and (max-width: 768px) {
.status-wrapper {
font-size: 1rem;
}
.icon {
font-size: 20px;
}
}
</style>