Browse Source

css img home

ouidade 1 year ago
parent
commit
4dfd400cdd

+ 4 - 0
web/themes/custom/reha/css/reha.css

@@ -670,6 +670,10 @@ input {
     @media (max-width: 520px) {
       .home-page-layout-content .layout--onecol h5 {
         font-size: 3rem; } }
+  .home-page-layout-content .layout--onecol img {
+    height: auto;
+    padding-top: 2rem;
+    padding-bottom: 2rem; }
   .home-page-layout-content .layout--onecol .block-region-content {
     display: grid;
     grid-column: repeat(2, 1fr); }

+ 6 - 0
web/themes/custom/reha/scss/pages/_home.scss

@@ -31,6 +31,12 @@
                 font-size: 3rem;
             }
             
+        }
+        img{
+            height: auto;
+            padding-top: 2rem ;
+            padding-bottom: 2rem ;
+
         }
 
         .block-region-content{