Fix secs in small screens
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user