Adjustments to make website more friendly:
- Allow centered content to continue expanding beyond default 1080px max width.
Authordannydannydan
LicenseNo License
Categoryschrodingersboxqm.com
Created
Updated
Size500 B
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Adjustments to make website more friendly:
/* ==UserStyle==
@name Schrodinger's Site Adjustments
@version 20220301.09.42
@namespace userstyles.world/user/dannydannydan
@description Adjustments to make website more friendly:
1) Allow centered content to continue expanding beyond default 1080px max width.
@author dannydannydan
@license No License
==/UserStyle== */
@-moz-document domain("schrodingersboxqm.com") {
/* Override 1080px max-width on content */
#main-content div.container {
max-width: 80%;
}
}