Increase font size
This commit is contained in:
parent
660568c509
commit
fc693be2d9
2 changed files with 4 additions and 9 deletions
|
@ -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>
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue