Skip to content

Commit aac134f

Browse files
committed
remove dubplicate padding on a
1 parent 0515ff4 commit aac134f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Wireframe/style.css

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,9 @@ body {
3333
font: var(--font);
3434
}
3535
a {
36-
padding: var(--space);
37-
border: var(--line);
38-
max-width: fit-content;
3936
padding: 4px 20px;
37+
border: var(--line);
38+
max-width: fit-content;
4039
text-decoration: none;
4140
}
4241
img,

0 commit comments

Comments
 (0)