Skip to content

Commit 83a67ab

Browse files
Alex JamshidiAlex Jamshidi
authored andcommitted
removed hyperlink underline and reduced padding to look like wireframe
1 parent 900bae8 commit 83a67ab

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Wireframe/style.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ As well as useful links to learn more */
2020
--paper: oklch(7 0 0);
2121
--ink: color-mix(in oklab, var(--color) 5%, black);
2222
--font: 100%/1.5 system-ui;
23-
--space: clamp(6px, 6px + 2vw, 15px);
23+
--space: clamp(6px, 6px + 2vw, 8px);
2424
--line: 1px solid;
2525
--container: min(75%, 1280px);
2626
}
@@ -35,6 +35,7 @@ a {
3535
padding: var(--space);
3636
border: var(--line);
3737
max-width: fit-content;
38+
text-decoration: none;
3839
}
3940
h2 {
4041
margin-bottom: 0;

0 commit comments

Comments
 (0)