mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Make image smaller
This commit is contained in:
parent
8bf0408d3c
commit
6b8a751498
1 changed files with 5 additions and 6 deletions
|
@ -1,5 +1,5 @@
|
||||||
:root {
|
:root {
|
||||||
--sidebar-width: 23em;
|
--sidebar-width: 23em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1.menu-title::before {
|
h1.menu-title::before {
|
||||||
|
@ -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;
|
||||||
}
|
}
|
||||||
|
@ -21,13 +20,13 @@ h1.menu-title::before {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1:not(:first-of-type) {
|
h1:not(:first-of-type) {
|
||||||
margin-top: 1.3em;
|
margin-top: 1.3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.hljs-meta {
|
.hljs-meta {
|
||||||
user-select: none;
|
user-select: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue