Wider Pocket Articles
Wider Pocket Articles by mougua
Details
Authormougua
LicenseNo License
Categoryuserstyles
Created
Updated
Size398 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wider Pocket Articles
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@media screen and (max-width: 1024px) {
article {
max-width: 100% !important;
margin: auto auto;
}
}
@media screen and (min-width: 1024px) {
article {
max-width: 90% !important;
margin: auto auto;
}
}