thin,
This commit is contained in:
parent
f76b0c92c6
commit
39231fa45f
1 changed files with 4 additions and 10 deletions
14
style.css
14
style.css
|
@ -31,8 +31,7 @@
|
||||||
|
|
||||||
:root,
|
:root,
|
||||||
code {
|
code {
|
||||||
font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace,
|
font-family: "Hack", "Hack Nerd Font", "JetBrains Mono", "JetBrainsMono Nerd Font", monospace, sans-serif;
|
||||||
sans-serif;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
|
@ -186,9 +185,9 @@ blockquote {
|
||||||
border-color: var(--rosewater);
|
border-color: var(--rosewater);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 956px) {
|
@media (min-width: 900px) {
|
||||||
:root {
|
:root {
|
||||||
--target-ratio: 0.7; /* 669px - 1344x */
|
--target-ratio: 0.6;
|
||||||
--width: min(100% * var(--target-ratio), 1920px * var(--target-ratio));
|
--width: min(100% * var(--target-ratio), 1920px * var(--target-ratio));
|
||||||
--padding: 4em;
|
--padding: 4em;
|
||||||
--padded-width: calc(var(--width) - var(--padding) * 2);
|
--padded-width: calc(var(--width) - var(--padding) * 2);
|
||||||
|
@ -231,12 +230,7 @@ blockquote {
|
||||||
width: 100vw;
|
width: 100vw;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
background: rgb(154, 65, 40);
|
background: rgb(154, 65, 40);
|
||||||
background: linear-gradient(
|
background: linear-gradient(215deg, rgba(154, 65, 40, 1) 0%, rgba(116, 36, 94, 1) 50%, rgba(59, 56, 132, 1) 100%);
|
||||||
215deg,
|
|
||||||
rgba(154, 65, 40, 1) 0%,
|
|
||||||
rgba(116, 36, 94, 1) 50%,
|
|
||||||
rgba(59, 56, 132, 1) 100%
|
|
||||||
);
|
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
background-size: 100% 100%;
|
background-size: 100% 100%;
|
||||||
|
|
Loading…
Reference in a new issue