Limits the width of BreezeWiki pages to 75em to make reading easier
BreezeWiki Limited Width by aaronliu0130
Details
Authoraaronliu0130
LicenseCC0
Categorybreezewiki.com
Created
Updated
Size432 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
listen to c418 guys he made a houuuuse album
Source code
/* ==UserStyle==
@name BreezeWiki Limited Width
@version 20240401.02.11
@namespace https://userstyles.world/user/aaronliu0130
@description Limits the width of BreezeWiki pages to 75em to make reading easier
@author aaronliu0130
@license CC0
==/UserStyle== */
@-moz-document domain("breezewiki.com"), domain("antifandom.com") {
.page {
max-width: 75em;
margin: auto;
margin-block: 4.18vw;
}
}