Redesign homepage WIP

This commit is contained in:
Robert Long
2022-01-04 16:00:13 -08:00
parent eb620e9220
commit ef8c28f274
18 changed files with 697 additions and 437 deletions

View File

@@ -42,6 +42,10 @@
margin-right: 24px;
}
.rightNav.hideMobile {
display: none;
}
.nav > :last-child {
margin-right: 0;
}
@@ -103,7 +107,8 @@
@media (min-width: 800px) {
.headerLogo,
.roomAvatar,
.leftNav.hideMobile {
.leftNav.hideMobile,
.rightNav.hideMobile {
display: flex;
}