Initial Options Flyout

This commit is contained in:
Jason Miller
2020-12-09 18:11:44 -05:00
parent 646747b039
commit 7de8fa9da3
7 changed files with 146 additions and 30 deletions

View File

@@ -1,6 +1,8 @@
.wrap {
display: inline;
position: relative;
display: flex;
align-items: center;
justify-items: center;
}
.wrap > aside:last-of-type {