css mobile
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user