Skip to content

Commit 80624a6

Browse files
committed
edit style
1 parent 1e2e321 commit 80624a6

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ header {
55
--paper: oklch(7 0 0);
66
--ink: color-mix(in oklab, var(--color) 5%, black);
77
--font: 100%/1.5 system-ui;
8-
--space: clamp(6px, 6px + 2vw, 15px);
8+
--space: clamp (6px, 6px + 2vw, 15px);
99
--line: 1px solid;
1010
--container: 1280px;
1111
}
@@ -22,8 +22,10 @@ a {
2222
}
2323
img,
2424
svg {
25+
height: 200px;
2526
width: 100%;
2627
object-fit: cover;
28+
display: block;
2729
}
2830
main {
2931
max-width: var(--container);

0 commit comments

Comments
 (0)