This commit is contained in:
slonkazoid 2025-01-29 21:39:11 +03:00
parent f76b0c92c6
commit 39231fa45f
Signed by: slonk
SSH key fingerprint: SHA256:tbZfJX4IOvZ0LGWOWu5Ijo8jfMPi78TU7x1VoEeCIjM

View file

@ -31,8 +31,7 @@
:root,
code {
font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace,
sans-serif;
font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace, sans-serif;
}
:root {
@ -186,9 +185,9 @@ blockquote {
border-color: var(--rosewater);
}
@media (min-width: 956px) {
@media (min-width: 900px) {
:root {
--target-ratio: 0.7; /* 669px - 1344x */
--target-ratio: 0.6;
--width: min(100% * var(--target-ratio), 1920px * var(--target-ratio));
--padding: 4em;
--padded-width: calc(var(--width) - var(--padding) * 2);
@ -231,12 +230,7 @@ blockquote {
width: 100vw;
height: 100vh;
background: rgb(154, 65, 40);
background: linear-gradient(
215deg,
rgba(154, 65, 40, 1) 0%,
rgba(116, 36, 94, 1) 50%,
rgba(59, 56, 132, 1) 100%
);
background: linear-gradient(215deg, rgba(154, 65, 40, 1) 0%, rgba(116, 36, 94, 1) 50%, rgba(59, 56, 132, 1) 100%);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;