chore: add social media toggle to track or not social sites

This commit is contained in:
Sebastian Velez
2023-02-03 15:01:44 -05:00
parent b6a10665d7
commit 40635cfada
6 changed files with 122 additions and 1 deletions

View File

@@ -36,3 +36,8 @@ div#status {
.box-shadow(inset 0 -2px 0 @brand-danger);
}
}
.space-between {
display: flex;
justify-content: space-between;
}