diff --git a/app/global.css b/app/global.css index bdf1f79..36e02eb 100644 --- a/app/global.css +++ b/app/global.css @@ -58,3 +58,15 @@ iframe[src*="youtube"] { border-radius: 0.5rem; @apply h-full w-full; } + +.peer { + font-weight: 600; + margin-bottom: 10px; + margin-top: 10px; + font-size: 1.5em; +} + +#nd-page p { + padding: 10px 0; + line-height: 1.8em; +} \ No newline at end of file