Increase font size

This commit is contained in:
Severin Kaderli 2023-06-21 20:38:08 +02:00
parent 660568c509
commit fc693be2d9
2 changed files with 4 additions and 9 deletions

View file

@ -9,11 +9,6 @@
<body>
<div class="page">
<header>
<form action="https://google.ch/search">
<input type="search" name="q" autofocus placeholder="Search..." />
</form>
</header>
<main>
<div class="group">
<h2>Organization</h2>

View file

@ -27,9 +27,9 @@
:root {
--spacing: 8px;
--width: 500px;
--font-family: monospace;
font-size: 16px;
--width: 900px;
--font-family: "Iosevka", monospace;
font-size: 200%;
}
* {
@ -44,7 +44,7 @@ body {
}
.page {
margin: calc(4 * var(--spacing)) auto 0;
margin: calc(2 * var(--spacing)) auto 0;
padding: var(--spacing);
width: 100%;
max-width: var(--width);