dependabot[bot]
2026-01-27 ec00a40aefca73596ab76e3ebe3a8e1129b43688
quartz/components/styles/listPage.scss
@@ -13,7 +13,7 @@
    display: grid;
    grid-template-columns: fit-content(8em) 3fr 1fr;
    @media all and (max-width: $mobileBreakpoint) {
    @media all and ($mobile) {
      & > .tags {
        display: none;
      }
@@ -23,7 +23,7 @@
      background-color: transparent;
    }
    & > .meta {
    & .meta {
      margin: 0 1em 0 0;
      opacity: 0.6;
    }