construct page selection

This commit is contained in:
Mashy
2019-08-27 16:30:59 +10:00
parent 0e9aea7e7c
commit 338a7e082c
5 changed files with 42 additions and 3 deletions
+10
View File
@@ -76,3 +76,13 @@ aside {
transition-duration: 0.25s;
transition-timing-function: ease;
}
.team-page-ctrl {
display: flex;
height: 3em;
align-items: center;
}
.team-page-ctrl h2 {
padding: 0 0.75em 0 0.75em;
}