From 39231fa45fed233e357c8a6ca8942acbda3a4caa Mon Sep 17 00:00:00 2001 From: slonkazoid Date: Wed, 29 Jan 2025 21:39:11 +0300 Subject: [PATCH] thin, --- style.css | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index 605b06c..395a757 100644 --- a/style.css +++ b/style.css @@ -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%;