mirror of
https://github.com/awatertrevi/xamarin-neo4j.git
synced 2026-09-22 09:05:29 +00:00
Make footer links vertical on mobile only
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -55,8 +55,7 @@ const PLAY_STORE_URL = "https://play.google.com/store/apps/details?id=nl.resoftw
|
||||
}
|
||||
.footer-links {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 0.6rem;
|
||||
gap: 2rem;
|
||||
}
|
||||
.footer-links a {
|
||||
font-size: 0.85rem;
|
||||
@@ -76,6 +75,7 @@ const PLAY_STORE_URL = "https://play.google.com/store/apps/details?id=nl.resoftw
|
||||
|
||||
@media (max-width: 900px) {
|
||||
.footer-inner { flex-direction: column; align-items: flex-start; }
|
||||
.footer-links { flex-direction: column; gap: 0.6rem; }
|
||||
.footer-copy { text-align: left; }
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user