12 lines
331 B
CSS
12 lines
331 B
CSS
.container {
|
|
@apply hidden md:flex items-center space-x-8 max-[956px]:space-x-5;
|
|
}
|
|
|
|
.menuButton {
|
|
@apply flex items-center text-gray-600 hover:text-[#1E0E62] transition-colors font-poppins font-bold text-[14px];
|
|
}
|
|
|
|
.menuLink {
|
|
@apply text-gray-600 hover:text-[#1E0E62] transition-colors font-poppins font-bold text-[14px];
|
|
}
|