This commit is contained in:
Kyle
2019-10-27 20:31:11 -07:00
parent 76cda1c8be
commit 9be3d874a9
4 changed files with 92 additions and 22 deletions

View File

@@ -287,6 +287,12 @@ footer a:hover {
grid-auto-rows: min-content;
cursor: pointer;
}
.tab.tabSelect {
grid-template-columns: repeat(auto-fit, minmax(8em, 1fr));
}
.tabButton.tabSelectButton {
font: 1em belerenb;
}
.tabButton {
text-align: center;
background: var(--clear-light);