Jacky Zhao
2022-09-12 e6c7a4e1e2e3b0437b5dbbbeb7abc4e05622db16
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 {
@@ -224,7 +227,7 @@
  & > li {
    display: inline-block;
    margin: 0.4em 0;
    margin: 0.4em 0.2em;
  }
  & > li > a {