From 5c37993d0672d5ce34e9766d3a4f85c7f59ccb7a Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Wed, 17 Jul 2024 06:19:44 +0100 Subject: webtorrent testing --- style.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 9a83e04..12bbb8e 100644 --- a/style.css +++ b/style.css @@ -54,6 +54,7 @@ pre { .meta { display: flex; + margin: 1em 0; flex-direction: column; align-items: flex-end; } @@ -210,6 +211,7 @@ article { background-color: #06360f; /* aspect-ratio: 16 / 10; */ width: auto; + max-width: min(100%, 100vw); padding: 0vw; } -- cgit