change wp responsiveness

This commit is contained in:
Yannik Schmidt
2020-09-09 21:04:59 +02:00
parent 82ae5fe2db
commit 896315ce43
2 changed files with 21 additions and 2 deletions

View File

@@ -12,9 +12,28 @@ body {
}
}
.title-responsive{
font-size: 25px !important;
padding-left: 40px;
}
@media (max-width: 1300px) {
.title-responsive{
font-size: 20px !important;
padding-left: unset;
}
}
@media (max-width: 900px) {
.title-responsive{
font-size: 2.2vw !important;
padding-left: unset;
}
}
.masthead {
/*height: 50vh; */
min-height: 250px;
/* min-height: 250px; */
background-size: cover;
background-position: center;
background-repeat: no-repeat;