123movies-seo/resources/scss/_footer.scss

8 lines
171 B
SCSS
Raw Permalink Normal View History

2024-08-24 23:08:42 +03:00
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;
}
}