Skip to content

Schrodinger's Site Adjustments by dannydannydan

Details

Authordannydannydan

LicenseNo License

Categoryschrodingersboxqm.com

Created

Updated

Size500 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adjustments to make website more friendly:

  1. Allow centered content to continue expanding beyond default 1080px max width.

Notes

Userstyle doesn't have notes.

Source code

/* ==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%;
}

}

Reviews

No reviews yet.