Enable public website sharing.

This commit is contained in:
Mike Cao 2020-08-15 01:17:15 -07:00
parent 48a524e09c
commit 560f1316c1
36 changed files with 294 additions and 61 deletions

View file

@ -1,3 +1,14 @@
.footer {
display: flex;
align-items: center;
font-size: var(--font-size-small);
padding: 40px 0;
}
.footer button {
margin-left: 10px;
}
.footer a {
text-decoration: none;
}