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> <body>
<div class="page"> <div class="page">
<header>
<form action="https://google.ch/search">
<input type="search" name="q" autofocus placeholder="Search..." />
</form>
</header>
<main> <main>
<div class="group"> <div class="group">
<h2>Organization</h2> <h2>Organization</h2>

View file

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