- Box message fix part 2

This commit is contained in:
Peter Papp
2021-01-30 15:08:57 +01:00
parent 267556b39d
commit 6b32ae9795
8 changed files with 220 additions and 50 deletions
@@ -35,12 +35,19 @@
}
p {
@include font-size(15);
font-size: 15px;
line-height: 1.6;
word-break: break-word;
font-weight: 600;
/deep/ a {
font-size: 15px;
color: $theme;
}
/deep/ b {
font-size: 15px;
font-weight: 700;
color: $theme;
}
}
@@ -71,10 +78,6 @@
}
}
@media only screen and (max-width: 960px) {
}
@media only screen and (max-width: 690px) {
.info-box {