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