Fix secs in small screens

This commit is contained in:
samaradel
2022-06-22 10:55:54 +02:00
parent b79121239d
commit 2f75ae58a0
2 changed files with 8 additions and 5 deletions

View File

@@ -360,7 +360,7 @@ header {
@media (min-width: 1024px){
h2 {
font-size: 3.5rem;
}
}
}
@media (max-width: 640px) {
.banner h2 {
@@ -381,4 +381,7 @@ header {
.header {
padding: 80px 0;
}
img[src*="#sm_none"] {
display: none;
}
}