fix responsive

This commit is contained in:
2024-10-15 11:07:20 +03:00
parent 930d46436a
commit c61ea6a88d
4 changed files with 38 additions and 17 deletions

View File

@@ -219,7 +219,7 @@ background-color:#5596f5 !important;
}
.mycard{
height: 240px !important;
height: 300px !important;
}
@@ -562,8 +562,18 @@ header {
@media (min-width: 1024px){
h2 {
font-size: 3.5rem;
}
}
}
@media (max-width: 1024px) {
.mycard{
height: auto !important;
}
}
@media (max-width: 640px) {
.banner h2 {
font: 600 7vw/10vw;
@@ -582,6 +592,10 @@ header {
-ms-transform:rotate(90deg);
transform: rotate(90deg);
}
.mycard{
height: auto !important;
}
}
@media (max-width: 480px) {
@@ -616,6 +630,10 @@ header {
height: auto !important;
}
.mycard{
height: auto !important;
}
.key_card{
height: auto;
}