feat(client/theme): add theme switcher to landing page

This commit is contained in:
Amruth Pillai
2022-03-18 10:20:39 +01:00
parent 1facd2ad11
commit 8f5632c5ad
5 changed files with 39 additions and 47 deletions

View File

@ -2,7 +2,11 @@
@apply m-6 grid gap-8 text-center md:m-8 md:text-left;
footer {
@apply flex items-end justify-between;
@apply flex flex-col gap-8 items-center sm:items-end justify-between sm:flex-row sm:gap-0;
.actions {
@apply flex gap-2;
}
.version > div {
@apply text-xs font-medium opacity-50 mt-3;