smartphone fleur line correction
This commit is contained in:
parent
6baf956b9f
commit
02140ac225
2 changed files with 24 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue