website/assets/sass/_footer.scss
Rafael Mardojai CM ee6df2ca4d
Initial commit
2023-12-17 08:45:10 -05:00

17 lines
No EOL
299 B
SCSS

.footer {
text-align: center;
.container {
align-items: center;
display: flex;
gap: 24px;
justify-content: space-between;
@media (max-width: 768px) {
flex-direction: column;
}
}
.circle img {
width: 200px;
}
}