Add responsive styles for hero title on mobile
Co-authored-by: matissjurevics <matissjurevics@gmail.com>
This commit is contained in:
@@ -111,3 +111,16 @@ button:focus-visible {
|
||||
background-color: #f9f9f9;
|
||||
}
|
||||
}
|
||||
|
||||
/* Hero Title Mobile Responsive */
|
||||
@media (max-width: 768px) {
|
||||
.hero-title {
|
||||
font-size: 3rem !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 480px) {
|
||||
.hero-title {
|
||||
font-size: 2rem !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user