Pepper.ru 2024 Grid
pepper.ru by wakh-ru
Details
Authorwakh-ru
LicenseNo License
Categorypepper.ru
Created
Updated
Size417 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 www.pepper.ru
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.pepper.ru/") {
.deals-list {
display: grid;
grid-template-columns: repeat(3, 33%);
}
.container {max-width: 100%;}
.custom-card-title{font-size: 12pt;}
.md\:text-xll{font-size: 14pt;}
}