css mobile

This commit is contained in:
2023-12-01 14:06:48 +01:00
parent 40f6d0d51b
commit 11984c78d9
7 changed files with 92 additions and 6 deletions
@@ -4,6 +4,10 @@
h1{
font-size: 3rem !important;
font-weight: 600;
@media (max-width:500px) {
font-size: 2.5rem !important;
}
}
.form-item{
@@ -51,6 +51,12 @@
grid-column: 1 /span 2;
grid-row: 1;
margin-bottom: 2rem;
@media(max-width: 500px){
img{
width: -moz-available;
}
}
}
@@ -12,6 +12,9 @@
width: 70%;
margin-left: 2rem;
}
@media (max-width:500px) {
width: 90%;
}
.views-row{
width: 80%;
padding-bottom: 1rem;