Skip to content

Commit b7c237b

Browse files
committed
Address live site review findings
1 parent d3de0e1 commit b7c237b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

project-site.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
--mono: "IBM Plex Mono", ui-monospace, "SF Mono", monospace; --maxw: 1120px; --gutter: clamp(22px, 5vw, 64px);
66
}
77
*, *::before, *::after { box-sizing: border-box; }
8+
[hidden] { display: none !important; }
89
html { scroll-behavior: smooth; }
910
body { margin: 0; background: var(--paper); color: var(--ink); font: 16px/1.6 var(--sans); -webkit-font-smoothing: antialiased; }
1011
a { color: inherit; text-decoration: none; }

0 commit comments

Comments
 (0)