style: add responsive top padding to akademi-hero section
This commit is contained in:
@@ -113,6 +113,15 @@
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.akademi-hero {
|
||||||
|
padding-top: 80px !important;
|
||||||
|
}
|
||||||
|
@media (min-width: 992px) {
|
||||||
|
.akademi-hero {
|
||||||
|
padding-top: 140px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.bg-gradient-teal-light {
|
.bg-gradient-teal-light {
|
||||||
background: linear-gradient(180deg, #e8f4f6 0%, rgba(255, 255, 255, 0) 100%) !important;
|
background: linear-gradient(180deg, #e8f4f6 0%, rgba(255, 255, 255, 0) 100%) !important;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user