mirror of https://github.com/lxndrblz/anatole.git

alexanderdavide
20.23.2022 e92403bff7ee9b0260e49ba915ebadf07c7978f0
assets/scss/partials/components/_footer.scss
@@ -1,7 +1,7 @@
.footer {
  clear: both;
  $font-size-footer: 1.4rem;
  text-align: center;
  font-size: 1rem;
  margin: 0 auto;
  bottom: 0;
  width: 100%;
@@ -16,9 +16,17 @@
    justify-content: center;
  }
  &__item:not(:first-of-type)::before {
    content: '\00B7';
    padding: 4px;
  &__item {
    font-size: $font-size-footer;
    &:not(:first-of-type)::before {
      content: '\00B7';
      padding: 4px;
    }
    a {
      font-size: $font-size-footer;
    }
  }
  &__sidebar {