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

Ardemium
30.42.2024 046c15cb635c4d6b65260431d19aaeb128efd360
assets/scss/_base.scss
@@ -44,6 +44,11 @@
  @media only screen and (max-width: 768px) {
    margin: 1.5rem 0 1.5rem 0;
  }
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
h1,
@@ -148,6 +153,7 @@
    margin: 2rem 0 2rem;
    padding: 1rem;
    border-radius: 1rem;
    overflow-x: auto;
  }
}
@@ -284,4 +290,4 @@
.fas {
  font-weight: 900;
}
}