6 lines
275 B
CSS
6 lines
275 B
CSS
.nav-item {
|
|
@apply flex flex-row lg:flex-col items-center cursor-pointer p-4 lg:justify-center hover:bg-surface-800 rounded-border text-surface-300 hover:text-white duration-150 transition-colors;
|
|
span {
|
|
@apply font-medium inline text-base lg:text-xs lg:block;
|
|
}
|
|
}
|