feat: polling init

This commit is contained in:
afn
2022-11-13 21:47:48 -05:00
parent 357440d552
commit 7ebd43016a
17 changed files with 124 additions and 351 deletions

View File

@@ -30,9 +30,13 @@ body {
.wrapper {
margin-inline: auto;
width: min(90%, 100rem);
margin-top: 7rem;
margin-top: 4rem;
display: flex;
flex-direction: column;
justify-content: space-between;
}
:root {
--white: #fff;
--accent-color: #9fd5ff;