X-Git-Url: https://git.mdrn.pl/wolnelektury.git/blobdiff_plain/b0fadf2591f3af957c1c8e0307d0bcef9e9f8538..53a66f70e4a8f9585b3d1a459542fb2e44f310f2:/src/wolnelektury/static/2022/styles/layout/_footer.scss?ds=inline

diff --git a/src/wolnelektury/static/2022/styles/layout/_footer.scss b/src/wolnelektury/static/2022/styles/layout/_footer.scss
index 046cc5adb..fd4a53ad9 100644
--- a/src/wolnelektury/static/2022/styles/layout/_footer.scss
+++ b/src/wolnelektury/static/2022/styles/layout/_footer.scss
@@ -26,9 +26,18 @@
       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) {
@@ -61,13 +70,6 @@
         }
       }
 
-      a {
-        color: #85C7CC;
-        &:hover {
-          color: #85C7CC;
-          text-decoration: underline;
-        }
-      }
     }
   }
 
@@ -83,16 +85,13 @@
       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) {