ソースを参照

css adjustements

ouidade 1 年間 前
コミット
64760d59a8

+ 1 - 2
web/themes/custom/reha/css/reha.css

@@ -579,8 +579,7 @@ footer {
       max-width: 120px;
       height: fit-content;
       max-height: 115px;
-      object-fit: contain;
-      padding: 1rem; }
+      object-fit: contain; }
 
 .form-item {
   display: flex;

+ 1 - 1
web/themes/custom/reha/scss/partials/_footer.scss

@@ -129,7 +129,7 @@ margin-left: 10%;
                     height: fit-content;
                     max-height: 115px;
                     object-fit: contain;
-                    padding: 1rem;
+                    // padding: 1rem;
                 }
             }
         }