diff options
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); } |
