Skip to content

Rawsec Blog - Ultra Wide by noraj

Screenshot of Rawsec Blog - Ultra Wide

Details

Authornoraj

LicenseMIT

Categoryblog.raw.pm

Created

Updated

Code size385 B

Code checksumf933928d

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Set the inner container of Rawsec Blog to the maximum width it can take, using the maximum of screen width.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Rawsec Blog - Ultra Wide
@version      1.0.0
@namespace    github.com/openstyles/stylus
@description  Set the inner container of Rawsec Blog to the maximum width it can take, using the maximum of screen width.
@license      MIT
==/UserStyle== */

@-moz-document url-prefix("https://blog.raw.pm/") {
.container-inner {
    max-width: 100%;
}
}

Reviews

No reviews yet.