Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 9948a67

Browse files
author
Nick Litwin
committed
Fix styles for login buttons in header
1 parent 77fe76c commit 9948a67

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

assets/css/layout/header.scss

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -539,13 +539,8 @@
539539
padding-right: 0;
540540
}
541541

542-
a {
543-
font-weight: normal;
544-
padding: 8px 15px;
545-
546-
&:not(:last-child) {
547-
margin-right: 12px;
548-
}
542+
a:not(:last-child) {
543+
margin-right: 12px;
549544
}
550545
}
551546
}

0 commit comments

Comments
 (0)