Naming, footer, layout fixes.
[wolnelektury.git] / src / wolnelektury / static / 2022 / styles / layout / _footer.scss
index 046cc5a..fd4a53a 100644 (file)
       justify-content: space-between;
   }
 
-  &:nth-child(1) {
+      a {
+        color: #85C7CC;
+        &:hover {
+          color: #85C7CC;
+          text-decoration: underline;
+        }
+      }
+
+      &:nth-child(1) {
     padding-bottom: 25px;
     border-bottom: 1px solid #007880;
+    align-items: flex-start;
   }
 
   &:nth-child(2) {
         }
       }
 
-      a {
-        color: #85C7CC;
-        &:hover {
-          color: #85C7CC;
-          text-decoration: underline;
-        }
-      }
     }
   }
 
       font-size: 14x;
       line-height: 150%;
       @include rwd($break-footer) {
-        font-size: 21px;
+          font-size: unset;
       }
     }
 
     &:nth-of-type(1) {
       margin-left: 0;
       margin-right: auto;
-      @include rwd($break-footer) {
-        margin-left: 90px;
-      }
     }
 
     &:nth-of-type(2) {