meleu
2022-04-02 a469653f7575ae604ec3e979768f4ddfecf5e2b5
assets/styles/base.scss
@@ -112,6 +112,10 @@
  gap: 1.5em;
  justify-content: center;
  .disabled {
    opacity: 0.2;
  }
  & > li {
    text-align: center;
    display: inline-block;
@@ -183,6 +187,10 @@
      border-radius: 3px;
    }
  }
  & p {
    overflow-wrap: anywhere;
  }
}
.backlinks a {
@@ -486,6 +494,10 @@
  transition-delay: 0.3s;
  user-select: none;
  @media all and (max-width: 600px) {
    display: none;
  }
  &.visible {
    opacity: 1;
    visibility: visible;
@@ -508,3 +520,15 @@
    user-select: none;
  }
}
#contact_buttons ul {
  list-style-type: none;
  li {
    display: inline-block;
  }
  li a {
    padding: 5px 20px;
  }
}