This commit is contained in:
Garry Ing
2021-05-02 15:23:23 -04:00
parent 3e40083b50
commit a9bcd1a66c
3 changed files with 6 additions and 2 deletions

View File

@ -41,6 +41,10 @@
font-family: "Work Sans Light", sans-serif;
}
.word-wrap {
word-break: break-all;
}
// Shadow helper
.shadow-solid-accent { box-shadow: 2px 2px 10px rgba( var(--foreground-text-rgb), 0.2 ); }