From 77f10111235791678f36983e946293a8071d0019 Mon Sep 17 00:00:00 2001 From: Dooho Yi Date: Sat, 9 Jan 2021 18:34:43 +0900 Subject: [PATCH] added --- styles/aurora.css | 5 +++++ styles/white.css | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/styles/aurora.css b/styles/aurora.css index a7c34e2..612eb0b 100644 --- a/styles/aurora.css +++ b/styles/aurora.css @@ -48,6 +48,11 @@ div { margin-bottom: 1em; } +.plain { + display: flex; + flex-direction: column; +} + .plain div { white-space: pre-line; } diff --git a/styles/white.css b/styles/white.css index c05d186..fbced6f 100644 --- a/styles/white.css +++ b/styles/white.css @@ -48,6 +48,11 @@ div { margin-bottom: 1em; } +.plain { + display: flex; + flex-direction: column; +} + .plain div { white-space: pre-line; }