mob headline

master
Boris Voropaev 2023-09-28 17:32:18 +03:00
parent 5b39a644ec
commit 58865b32a1
2 changed files with 21 additions and 1 deletions

View File

@ -126,7 +126,7 @@
}
}
@media screen and (max-width: 768px) {
@media screen and (max-width: 480px) {
.content {
h1 {
font-size: 1.5rem;
@ -139,6 +139,11 @@
visibility: hidden;
}
}
.row .page-header .limiter .line h1 {
font-size: 50px;
line-height: 60px;
letter-spacing: 0.5px;
}
}
.dual-cols {
flex-direction: column;
@ -149,4 +154,5 @@
}
}
}
}

View File

@ -196,6 +196,20 @@ html-section ul{
100% {transform:scale(1); opacity:0.5;}
}
@media screen and (max-width: 480px) {
h2{
font-size: 36px;
line-height: 44px;
}
h3{
font-size: 24px;
line-height: 32px;
}
h4{
color:#6C6C6C;
}
}
@media screen and (max-width: 1330px) {
.limiter {