add a "why" to fee warnings

This commit is contained in:
Paul Miller
2023-06-08 12:12:10 -05:00
committed by Tony Giorgio
parent 3eba44f8c7
commit fe22e4cc8c
7 changed files with 86 additions and 16 deletions

View File

@@ -24,6 +24,14 @@ a {
@apply underline decoration-light-text hover:decoration-white;
}
p {
@apply font-light;
}
p:not(:last-child) {
@apply mb-2;
}
#video-container {
position: relative;
width: max-content;