From afe37d22844f778b906bdbe4cad1df1f0156dd01 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Sat, 24 Dec 2022 01:29:02 +0300 Subject: [PATCH] set max width --- themes/papercut/static/css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/papercut/static/css/styles.css b/themes/papercut/static/css/styles.css index c825628..0b212a3 100644 --- a/themes/papercut/static/css/styles.css +++ b/themes/papercut/static/css/styles.css @@ -47,6 +47,10 @@ body { font-family: 'Ubuntu', sans-serif; } +.container { + max-width: 960px; +} + .font-monospace { font-family: 'Ubuntu Mono', monospace !important; }