Expand text paragraphs on news Site Fill the page paragraphs for Reading and printing.
Expand Text, max width, with text wrap-Mar 2024 by QGtKMlLz
Details
AuthorQGtKMlLz
LicenseNo License
Category*
Created
Updated
Size572 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Expand text paragraphs on news Site Fill the page paragraphs for Reading and printing.
Source code
/* ==UserStyle==
@name Max Width text wrap for Oxford Course - Nov 2023
@version 20240309.22.11
@namespace ?
==/UserStyle== */
@-moz-document regexp(".*") {
/* Target all elements and force max-width to 100% */
* {
max-width: 100% !important;
margin-right: 0.85em;
margin-left: 0.85em
}
/* Optional: Ensure that the container uses the full width and centers the content */
.container,
.wrapper {
width: 100% !important;
max-width: none !important;
margin: 0 auto;
}
}