mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-09 17:18:33 +01:00
change wp responsiveness
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user