Skip to content

Commit a96a9ee

Browse files
committed
fix: align footer credit in single column
1 parent b1c771b commit a96a9ee

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -786,6 +786,10 @@
786786
.tiles {
787787
grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
788788
}
789+
.footer-credit {
790+
margin-left: 0;
791+
text-align: left;
792+
}
789793
}
790794
@media (max-width: 520px) {
791795
.subtitle-lead,

0 commit comments

Comments
 (0)