Skip to content

Commit f088cbb

Browse files
committed
Footer links updated, about gcs copy added, mailing list popup and signup link added
1 parent e4f9f66 commit f088cbb

File tree

2 files changed

+456
-417
lines changed

2 files changed

+456
-417
lines changed

assets/css/footer.css

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
.footer-col-title {
2+
text-align: center;
3+
}
4+
5+
.footer-item {
6+
text-align: center;
7+
}
8+
9+
.footer-item-link {
10+
cursor: pointer;
11+
}
12+
13+
@media (min-width: 1025px) {
14+
.footer-item {
15+
text-align: left;
16+
}
17+
.footer-col-title {
18+
text-align: left;
19+
}
20+
}

0 commit comments

Comments
 (0)