mirror of
https://github.com/dergigi/boris.git
synced 2025-12-28 03:54:51 +01:00
fix: align title, summary, meta, and body text in reader
- Add consistent 2rem horizontal padding to reader-header on desktop - Apply same padding to reader-summary-below-image, article-menu-container, and mark-as-read-container - All content elements now align properly with body text - Mobile (< 769px) retains base padding only
This commit is contained in:
@@ -169,7 +169,12 @@
|
||||
|
||||
/* Desktop: increase horizontal padding for text content */
|
||||
@media (min-width: 769px) {
|
||||
.reader-html, .reader-markdown {
|
||||
.reader-header,
|
||||
.reader-summary-below-image,
|
||||
.reader-html,
|
||||
.reader-markdown,
|
||||
.article-menu-container,
|
||||
.mark-as-read-container {
|
||||
padding-left: 2rem;
|
||||
padding-right: 2rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user