mirror of https://github.com/luizdepra/hugo-coder.git

pduchnovsky
18.55.2024 3344e09b6147db7927546df06f2febb7f72c0f43
assets/scss/_content.scss
@@ -3,6 +3,10 @@
  display: flex;
  margin-top: 1.6rem;
  margin-bottom: 3.2rem;
  @media only screen and (max-width: 768px) {
    margin-top: 1rem;
    margin-bottom: 1.6rem;
  }
  header {
    margin-top: 6.4rem;
@@ -50,6 +54,8 @@
    p {
      text-align: justify;
      text-justify: auto;
      -ms-hyphens: auto;
      -webkit-hyphens: auto;
      hyphens: auto;
    }
  }
@@ -80,7 +86,7 @@
          padding: 0.3rem 0.6rem;
          background-color: $alt-bg-color;
          border-radius: 0.6rem;
          line-height: 1.4em;
          line-height: 1.5em;
          a {
            color: $fg-color;
@@ -113,7 +119,7 @@
  border-radius: 50%;
  @media only screen and (max-width: 768px) {
    width: 10rem;
    width: 17rem;
  }
}
@@ -194,6 +200,7 @@
      list-style: none;
      margin: 3rem 0 1rem 0;
      padding: 0;
      cursor: pointer;
      li {
        display: inline-block;
@@ -212,7 +219,7 @@
          }
          @media only screen and (max-width: 768px) {
            font-size: 1.4rem;
            font-size: 1.5rem;
          }
        }
      }