7 lines
171 B
SCSS
7 lines
171 B
SCSS
footer {
|
|
@apply bg-black;
|
|
|
|
.footer {
|
|
@apply container items-center justify-center md:justify-start flex flex-wrap md:flex-nowrap px-2 py-8 gap-6;
|
|
}
|
|
}
|