mirror of
https://github.com/dialect-app/website.git
synced 2025-06-18 20:36:25 +00:00
17 lines
No EOL
299 B
SCSS
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;
|
|
}
|
|
} |