Merge branch 'potaris' of github.com:FAUSheppy/flask-json-dream-website into potaris

This commit is contained in:
Yannik Schmidt
2021-06-16 20:25:35 +02:00

View File

@@ -41,6 +41,9 @@ body {
body {
font-size: 5vw;
}
h1{
font-size: 30px;
}
}
.title-responsive{
@@ -55,6 +58,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;