Adds left and right padding to post content for improved readability on smaller sizes.
scottlogic.com by oxfist
Details
Authoroxfist
LicenseNo License
Categoryscottlogic
Created
Updated
Size427 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 scottlogic.com
@version 20220312.01.38
@namespace userstyles.world/user/oxfist
@description Adds left and right padding to post content for improved readability on smaller sizes.
@author oxfist
@license No License
==/UserStyle== */
@-moz-document domain("scottlogic.com") {
@media (max-width: 1024px) {
.post-content {
padding-left: 12%;
padding-right: 12%;
}
}
}