mirror of
https://github.com/FAUSheppy/flask-json-dream-website
synced 2025-12-06 08:11:35 +01:00
improve responsive sizes for titles
This commit is contained in:
@@ -7,22 +7,30 @@ body {
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.flag{
|
||||
height: 40px;
|
||||
width: 70px;
|
||||
background-repeat: round !important;
|
||||
margin-left: 20px;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
@media (max-width: 767px) {
|
||||
body {
|
||||
font-size: 25px;
|
||||
}
|
||||
.flag{
|
||||
margin-left: unset;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 500px) {
|
||||
body {
|
||||
font-size: 5vw;
|
||||
}
|
||||
h1{
|
||||
font-size: 30px;
|
||||
}
|
||||
|
||||
.flag{
|
||||
max-height: 100%;
|
||||
max-width: 120%;
|
||||
background-repeat: round !important;
|
||||
}
|
||||
|
||||
.title-responsive{
|
||||
@@ -37,6 +45,12 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 1300px) and (min-width: 766px){
|
||||
h1{
|
||||
font-size: 3.5vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.title-responsive{
|
||||
font-size: 2.2vw !important;
|
||||
@@ -115,6 +129,13 @@ body {
|
||||
background: rgba(0,0,0,0.25) !important;
|
||||
}
|
||||
|
||||
.force-fill{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
|
||||
Reference in New Issue
Block a user