adjusted font size
This commit was merged in pull request #23.
This commit is contained in:
@@ -1886,18 +1886,18 @@ p {
|
||||
}
|
||||
.appie-hero-content.appie-hero-content-6 .appie-title {
|
||||
font-weight: 700;
|
||||
font-size: 40px;
|
||||
font-size: 60px;
|
||||
line-height: 50px;
|
||||
}
|
||||
@media only screen and (min-width: 992px) and (max-width: 1200px) {
|
||||
.appie-hero-content.appie-hero-content-6 .appie-title {
|
||||
font-size: 35px;
|
||||
font-size: 50px;
|
||||
line-height: 50px;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 768px) and (max-width: 991px) {
|
||||
.appie-hero-content.appie-hero-content-6 .appie-title {
|
||||
font-size: 35px;
|
||||
font-size: 40px;
|
||||
line-height: 40px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user