mirror of
https://github.com/dergigi/boris.git
synced 2025-12-26 19:14:52 +01:00
style: add max-width to main pane for better readability
- Set max-width of 900px for the main content pane - Center content with margin: 0 auto - Add horizontal padding for breathing room - Improves reading experience by preventing overly wide lines
This commit is contained in:
@@ -461,6 +461,9 @@ body {
|
||||
.pane.main {
|
||||
overflow-y: auto;
|
||||
height: 100%;
|
||||
max-width: 900px;
|
||||
margin: 0 auto;
|
||||
padding: 0 2rem;
|
||||
}
|
||||
|
||||
.pane.highlights {
|
||||
|
||||
Reference in New Issue
Block a user