Skip to content

Commit

Permalink
refactor: remove unused css for hr
Browse files Browse the repository at this point in the history
  • Loading branch information
satnaing committed Dec 5, 2022
1 parent 9980854 commit 93e67bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ const { activeNav } = Astro.props;
#skip-to-content {
@apply bg-skin-accent text-skin-inverted py-2 px-3 absolute -top-full focus:top-4 left-16 z-50 transition-all;
}
header hr {
@apply border-skin-line mx-4 max-w-3xl sm:mx-auto;
}
.nav-container {
@apply max-w-3xl mx-auto flex flex-col sm:flex-row justify-between items-center;
}
Expand Down

0 comments on commit 93e67bf

Please sign in to comment.