mirror of
https://github.com/d0zingcat/nextjs-notion-starter-kit.git
synced 2026-05-13 23:16:47 +00:00
fix: mobile footer styles
This commit is contained in:
@@ -120,6 +120,26 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 566px) {
|
||||
.footer {
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.footer > div {
|
||||
margin-top: 1em;
|
||||
}
|
||||
|
||||
.footer .settings {
|
||||
order: 1;
|
||||
}
|
||||
.footer .social {
|
||||
order: 2;
|
||||
}
|
||||
.footer .copyright {
|
||||
order: 3;
|
||||
}
|
||||
}
|
||||
|
||||
.pageActions {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user