diff --git a/src/output.css b/src/output.css index 6a07c90..ba42f01 100644 --- a/src/output.css +++ b/src/output.css @@ -619,6 +619,10 @@ video { margin-top: 1rem; } +.mb-14 { + margin-bottom: 3.5rem; +} + .flex { display: flex; } @@ -901,6 +905,10 @@ video { background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)); } +.\!bg-NcBlue\/30 { + background-color: rgb(0 114 195 / 0.3) !important; +} + .bg-opacity-50 { --tw-bg-opacity: 0.5; }