Browse Source

Add breakpoints for grid

dev
Philipp Lang 4 years ago
parent
commit
638eec7743
  1. 20
      assets/css/app.css

20
assets/css/app.css

@ -56,6 +56,18 @@
label { label {
height: 20rem; height: 20rem;
@media screen and (max-width: 1024px) {
height: 15rem;
}
@media screen and (max-width: 980px) {
height: 14rem;
}
@media screen and (max-width: 768px) {
height: 15rem;
}
@media screen and (max-width: 580px) {
height: 14rem;
}
position: relative; position: relative;
input { input {
@ -103,6 +115,14 @@
fill: currentColor; fill: currentColor;
width: 5.625rem; width: 5.625rem;
height: 5.625rem; height: 5.625rem;
@media screen and (max-width: 580px) {
width: 4rem;
height: 4rem;
&.icon-immobilienfinanzierung {
width: 5rem;
height: 5rem;
}
}
} }
svg.icon-immobilienfinanzierung { svg.icon-immobilienfinanzierung {
width: 9.6875rem; width: 9.6875rem;

Loading…
Cancel
Save