Skip to content

Commit 4910aa4

Browse files
committed
edit style
1 parent fa4da86 commit 4910aa4

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

Wireframe/style.css

Lines changed: 3 additions & 5 deletions
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
}
@@ -35,17 +35,15 @@ footer {
3535
bottom: 0;
3636
text-align: center;
3737
}
38-
3938
main {
4039
display: grid;
4140
grid-template-columns: 1fr 1fr;
4241
gap: 10px;
4342
> *:first-child {
44-
grid-column: 1/ -1;
43+
grid-column: 1/ -1;
4544
}
4645
}
47-
48-
article {
46+
article {
4947
border: var(--line);
5048
padding-bottom: var(--space);
5149
text-align: left;

0 commit comments

Comments
 (0)