Moving new twitter page into /tweets/

This commit is contained in:
Jocelyn Badgley (Twipped)
2020-03-05 19:42:57 -08:00
parent deed26c2d9
commit 01acc1439a
6 changed files with 80 additions and 59 deletions

View File

@@ -109,6 +109,9 @@ header {
border-bottom: 5px solid transparent;
white-space: nowrap;
display: flex;
align-items: center;
&:hover {
border-bottom: 5px solid $primary;
}