Decrease/remove margin and padding. Allows much more text and content to appear on screen.
RP strength course: denser modules by sbebe
Details
Authorsbebe
LicenseNo License
Categoryhttps://courses.rpstrength.com
Created
Updated
Size526 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 RP strength course: denser modules
@version 20230701.13.41
@namespace userstyles.world/user/sbebe
@description Decrease/remove margin and padding. Allows much more text and content to appear on screen.
@author sbebe
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://courses.rpstrength.com/pluginfile.php/") {
.ev-display-title.ev-page-title.ev-header-title {
margin: 0 !important;
}
div.ev-region.ev-article {
padding: 15px 30px 15px 30px
}
}