Tweaks the new header layout to make it smaller
akispetretzikis.com by cool-username
Details
Authorcool-username
LicenseNo License
Categoryakispetretzikis.com
Created
Updated
Size551 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 akispetretzikis.com
@version 20211205.19.23
@namespace userstyles.world/user/cool-username
@description Tweaks the new header layout to make it smaller
@author cool-username
@license No License
==/UserStyle== */
@-moz-document domain("akispetretzikis.com") {
header .logo {
width: 80px !important;
height: 80px !important;
top: 0px !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
header .col-9 .col-12.mb-4:first-child {
margin-bottom: 0 !important;
}
}