1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 10:11:47 +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

@ -7,11 +7,10 @@ h1.menu-title::before {
background-image: url("./favicon.svg"); background-image: url("./favicon.svg");
padding: 1.25em; padding: 1.25em;
background-position: center center; background-position: center center;
background-size: 2em; background-size: 1.5em;
background-repeat: no-repeat; background-repeat: no-repeat;
} }
.menu-bar { .menu-bar {
padding: 0.5em 0em; padding: 0.5em 0em;
} }