We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c516429 commit 5171111Copy full SHA for 5171111
src/components/Header.astro
@@ -147,11 +147,11 @@ const { activeNav } = Astro.props;
147
nav ul li a {
148
@apply w-full px-4 py-3 text-center font-medium hover:text-skin-accent sm:my-0 sm:px-2 sm:py-1;
149
}
150
- nav ul li:nth-child(4) a {
+ nav ul li:nth-last-child(2) a {
151
@apply w-auto;
152
153
- nav ul li:nth-child(4),
154
- nav ul li:nth-child(5) {
+ nav ul li:nth-last-child(1),
+ nav ul li:nth-last-child(2) {
155
@apply col-span-1;
156
157
nav a.active {
0 commit comments