feat: mugikor bertsioa hobetzen du

This commit is contained in:
2025-11-05 09:29:46 +01:00
parent 235294e784
commit 0b71c38947

View File

@@ -25,7 +25,7 @@
background-color: var(--highlight);
color: var(--black);
}
html,
body {
margin: auto;
padding: 20px;
@@ -34,13 +34,20 @@ body {
word-wrap: break-word;
overflow-wrap: break-word;
color: var(--black);
@media (min-width: 1024px) {
padding: 40px;
}
}
html,
body,
button,
code {
font-family: "iA Writer Mono", monospace;
@media (min-width: 1024px) {
font-size: 18px;
}
}
h1,
strong,