Risolved, I created limit for responsive
/* RESPONSIVE TABLET */
@media (max-width:998px){
.su-spoiler-title {
line-height: 15px;
}
.su-spoiler-icon {
line-height: 15px;
}
}
/* RESPONSIVE SMARTPHONE */
@media (max-width:676px){
.su-spoiler-title {
line-height: 15px;
}
.su-spoiler-icon {
line-height: 15px;
}
}
-
This reply was modified 6 years, 4 months ago by Jassy00.