Youssif Shaaban Alsager
2022-08-24 25ba1159ad5cabfe79c80a40ead158c389a68bef
assets/styles/base.scss
@@ -10,11 +10,14 @@
html {
  scroll-behavior: smooth;
  &:lang(ar) {
    & p, & h1, & h2, & h3, article {
    & p, & h1, & h2, & h3, article, header {
      direction: rtl;
      text-align: right;
    }
  }
  & footer > p {
    text-align: center !important;
  }
}
.singlePage {
@@ -592,9 +595,13 @@
    font-size: 0.8rem;
  }
  & > p {
    margin: 0;
    padding: 0.5rem 0;
  }
  & > p, & > a {
    font-size: 1rem;
    margin: 0.7rem 0;
    font-weight: 400;
    user-select: none;
  }