Fix width
immigrationforum.org by grahamsh-llk
Details
Authorgrahamsh-llk
LicenseNo License
Categoryimmigrationforum
Created
Updated
Code size334 B
Code checksumcce6355d
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name immigrationforum.org
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Fix width
@author Me
==/UserStyle== */
@-moz-document domain("immigrationforum.org") {
@media (min-width: 56.25em) {
div.columns-wrapper__main {
width: 70% !important;
}
}}