diff options
| author | Joe Carstairs <me@joeac.net> | 2026-06-02 18:12:29 +0100 |
|---|---|---|
| committer | Joe Carstairs <me@joeac.net> | 2026-06-02 18:12:29 +0100 |
| commit | a304b1f74419485ea12c6c86605dc18526b74177 (patch) | |
| tree | ee1f9f8f6fa726455a7f6c26c9cdf0e09cad2819 /http/src/css/hcard.uppcss | |
| parent | 94e5dfd091b6413250398821917efff76e12724f (diff) | |
changes " to ' in uppcss files to work around bug in pp
Diffstat (limited to 'http/src/css/hcard.uppcss')
| -rw-r--r-- | http/src/css/hcard.uppcss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/http/src/css/hcard.uppcss b/http/src/css/hcard.uppcss index 78f82b5..7908bc8 100644 --- a/http/src/css/hcard.uppcss +++ b/http/src/css/hcard.uppcss @@ -27,7 +27,7 @@ top: -6rem; /* A content value is needed to get the ::after to render */ - content: ""; + content: ''; } @media (min-width: 36rem) { @@ -37,8 +37,8 @@ grid-template-columns: subgrid; /** Subgrid of main column layout */ grid-template-rows: min-content 1fr; grid-template-areas: - "empty heading" - "photo text"; + 'empty heading' + 'photo text'; column-gap: var(--spacing-block-sm); } |
