Browse Source

css adjustements

ouidade 5 months ago
parent
commit
d45afa87e5

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

@@ -482,7 +482,7 @@ footer {
   padding-top: 3rem;
   font-family: "Marianne";
   font-weight: 800;
-  font-size: 1.3rem;
+  font-size: 1.1rem;
   text-transform: lowercase; }
   footer div {
     display: flex;
@@ -494,7 +494,7 @@ footer {
       footer div {
         flex-direction: column; } }
   footer h2 {
-    font-size: 1.3rem; }
+    font-size: 1.1rem; }
   footer section:not(:first-of-type) {
     border-left: #fdc300 solid 2px;
     padding-left: 2rem; }

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

@@ -3,7 +3,7 @@ footer{
     padding-top: 3rem;
     font-family: "Marianne";
     font-weight: 800;
-    font-size: 1.3rem;
+    font-size: 1.1rem;
     text-transform: lowercase;
     div{
         display: flex;
@@ -17,7 +17,7 @@ footer{
         }
     }
 
-    h2{font-size: 1.3rem;}
+    h2{font-size: 1.1rem;}
 
 
     section:not(:first-of-type){