mirror of
https://github.com/Sonny93/my-links.git
synced 2025-12-08 14:43:24 +00:00
20 lines
287 B
CSS
20 lines
287 B
CSS
.footer {
|
|
width: 100%;
|
|
}
|
|
|
|
.inner {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
@media (max-width: $mantine-breakpoint-xs) {
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
.links {
|
|
@media (max-width: $mantine-breakpoint-xs) {
|
|
margin-top: var(--mantine-spacing-md);
|
|
}
|
|
}
|