smartphone fleur line correction

This commit is contained in:
ReznoRMichael 2021-01-27 00:20:13 +01:00
parent 6baf956b9f
commit 02140ac225
2 changed files with 24 additions and 0 deletions

View file

@ -359,6 +359,18 @@ p {
background-repeat: no-repeat;
}
@media screen and (max-width: 460px) {
.horizontal-line {
height: 1.15rem;
}
}
@media screen and (max-width: 360px) {
.horizontal-line {
height: 0.9rem;
}
}
.smalltext {
font-size: 0.8rem;
text-align: center;

View file

@ -249,6 +249,18 @@ p {
background-repeat: no-repeat;
}
@media screen and (max-width: 460px) {
.horizontal-line {
height: 1.15rem;
}
}
@media screen and (max-width: 360px) {
.horizontal-line {
height: 0.9rem;
}
}
.smalltext {
font-size: 0.8rem;
text-align: center;