wip: continue implementation
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
.menu--main {
|
||||
@apply flex items-center space-x-2;
|
||||
}
|
||||
|
||||
.menu--main a {
|
||||
@apply uppercase text-lg font-semibold pb-1 px-2 border-b-2 border-white;
|
||||
@apply hover:border-primary;
|
||||
}
|
||||
|
||||
.menu--main .current a {
|
||||
@apply border-primary;
|
||||
}
|
||||
Reference in New Issue
Block a user