Jacky Zhao
2024-01-24 fa6c02d3213dfd4e6da8e78bd3a2e7004555fd01
quartz/components/styles/listPage.scss
@@ -1,3 +1,5 @@
@use "../../styles/variables.scss" as *;
ul.section-ul {
  list-style: none;
  margin-top: 2em;
@@ -11,19 +13,14 @@
    display: grid;
    grid-template-columns: 6em 3fr 1fr;
    @media all and (max-width: 600px) {
    @media all and (max-width: $mobileBreakpoint) {
      & > .tags {
        display: none;
      }
    }
    & > .tags {
      justify-self: end;
      margin-left: 1rem;
    }
    & > .desc a {
      background-color: transparent;
    & > .desc > h3 > a {
      background-color: transparent;
    }
    & > .meta {