diff --git a/src/styles/components/reader.css b/src/styles/components/reader.css index a6dd2bd6..0c43527f 100644 --- a/src/styles/components/reader.css +++ b/src/styles/components/reader.css @@ -17,7 +17,7 @@ min-width: 400px; /* Minimum width */ max-width: 1000px; /* Maximum width */ aspect-ratio: 16/9; - margin: 0 auto 1rem auto; /* Center it */ + margin: 0 0 1rem 0; /* Remove left/right margins, keep bottom margin */ background: #000; } .reader.empty { color: #888; }