minimalistic
der-artikel.de by visor3331
Details
Authorvisor3331
LicenseNo License
Categoryuserstyles
Created
Updated
Size579 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 der-artikel.de
@version 20220609.10.43
@namespace userstyles.world/user/visor3331
@description minimalistic
@author visor3331
@license No License
==/UserStyle== */
@-moz-document domain("der-artikel.de") {
.masthead {
padding-top: 0;
padding-bottom: 0;
height: 240px;
min-height: 0;
}
.masthead h1 {
font-size: 50px;
}
.mb-5, .my-5 {
margin-bottom: 20px !important;
}
.mb-auto p, .my-auto p, .btn, p.lead {
display: none;
}
.content-section {
padding-top: 10px;
padding-bottom: 1000px;
}
}