1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-06 21:41:48 +02:00

Make image smaller

This commit is contained in:
Luc Perkins 2025-02-21 14:26:12 -05:00
parent 8bf0408d3c
commit 6b8a751498
No known key found for this signature in database
GPG key ID: C86EE5D85EE4DDA5

View file

@ -1,5 +1,5 @@
:root {
--sidebar-width: 23em;
--sidebar-width: 23em;
}
h1.menu-title::before {
@ -7,11 +7,10 @@ h1.menu-title::before {
background-image: url("./favicon.svg");
padding: 1.25em;
background-position: center center;
background-size: 2em;
background-size: 1.5em;
background-repeat: no-repeat;
}
.menu-bar {
padding: 0.5em 0em;
}
@ -21,13 +20,13 @@ h1.menu-title::before {
}
h1:not(:first-of-type) {
margin-top: 1.3em;
margin-top: 1.3em;
}
h2 {
margin-top: 1em;
margin-top: 1em;
}
.hljs-meta {
user-select: none;
user-select: none;
}