Ein bisschen breiter etc.
feddit.de by SephGER
Details
AuthorSephGER
LicenseNo License
Categoryfeddit.de
Created
Updated
Size777 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 feddit.de - 12.6.2023, 09:25:52
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Ein bisschen breiter etc.
@author sephger
==/UserStyle== */
@-moz-document url-prefix("https://feddit.de/") {
/* Hier könnte Ihre Werbung stehen ;) */
body {
font-size: 1.2rem;
}
.container-lg {
width: 100%!important;
max-width: unset;
padding-right: 25px;
padding-left: 25px;
margin-right: auto;
margin-left: auto;
}
.col-md-8 {
flex: 0 0 83.33333%;
max-width: 83.33333%;
}
.col-md-4 {
flex: 0 0 16.66667%;
max-width: 16.66667%;
}
.col-sm-2 {
flex: 0 0 8.33333%;
max-width: 8.33333%;
}
a.text-body {
width: 100%;
}
video {
max-width: 25em;
}
}