From 4a7a3809db2fd462bad0e486e1184dcbb0344819 Mon Sep 17 00:00:00 2001 From: Gabriel Date: Sun, 7 Apr 2024 05:09:53 -0400 Subject: [PATCH] minor visual fixes --- static/css/theme.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/static/css/theme.css b/static/css/theme.css index a65b35d..1b38ed7 100644 --- a/static/css/theme.css +++ b/static/css/theme.css @@ -301,8 +301,8 @@ article { @media screen and (orientation:portrait) { article { - font-size: 22px; - line-height: 28px; + font-size: 18px; + line-height: 24px; } } @@ -405,6 +405,9 @@ article iframe { width: 80%; aspect-ratio: 4/2.5; } +article iframe{ + margin:2rem; +} article>section>a { display: flex;