summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorBlaise Thompson <blaise@untzag.com>2020-04-15 19:05:33 -0500
committerBlaise Thompson <blaise@untzag.com>2020-04-15 19:05:33 -0500
commit908593022c229a667d0ff2625fd88b65d9331a46 (patch)
treefb123d5d175dbe9164d9c7d6e0327302e10e2424 /public
parent8bea031bd0f2db29dc274bd17f4138f808500734 (diff)
update style
Diffstat (limited to 'public')
-rw-r--r--public/hello-world/index.html27
-rw-r--r--public/hello-world/style.css35
-rw-r--r--public/style.css6
3 files changed, 4 insertions, 64 deletions
diff --git a/public/hello-world/index.html b/public/hello-world/index.html
deleted file mode 100644
index 1c9534a..0000000
--- a/public/hello-world/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-<head>
- <meta charset="utf-8" name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
- <title>Hello world!</title>
- <link rel="stylesheet" href="style.css">
-</head>
-<body>
-
-<h1>
-<a href=http://blaise.zone>blaise</a>/<a href=../>blog</a>/Hello world!
-</h1>
-
-<hr>
-
-<h2>Header:</h2>
-<p><em>Markdown content</em></p>
-
-<hr>
-
-<ul class="horizontal">
- <li>built 2020-04-11 19:49:01</li>
- <li><a href="https://creativecommons.org/publicdomain/zero/1.0/">CC0</a>: no copyright</li>
-</ul>
-
-</body>
-</html> \ No newline at end of file
diff --git a/public/hello-world/style.css b/public/hello-world/style.css
deleted file mode 100644
index f1b4927..0000000
--- a/public/hello-world/style.css
+++ /dev/null
@@ -1,35 +0,0 @@
-a {
- text-decoration: none;
- color: #81a2be;
-}
-
-body {
- font-family: sans-serif;
- margin: 40px auto;
- max-width: 650px;
- line-height: 1.5;
- font-size: 16px;
- background-color: #1d1f21;
- color: #c5c8c6;
- padding: 0 10px;
- text-align: left;
-}
-
-.singlespaced {
- line-height: 1;
-}
-
-.horizontal {
- display: flex;
- list-style-type: none;
- padding: 0;
- justify-content: space-between;
-}
-
-.tab30 {
- margin-left: 30px;
-}
-
-.tab60 {
- margin-left: 60px;
-} \ No newline at end of file
diff --git a/public/style.css b/public/style.css
index f1b4927..fc599ab 100644
--- a/public/style.css
+++ b/public/style.css
@@ -4,15 +4,17 @@ a {
}
body {
- font-family: sans-serif;
+ font-family: 'DejaVu Sans Mono', monospace;
margin: 40px auto;
- max-width: 650px;
+ min-width: 80ch;
+ max-width: 80ch;
line-height: 1.5;
font-size: 16px;
background-color: #1d1f21;
color: #c5c8c6;
padding: 0 10px;
text-align: left;
+ overflow-y: scroll;
}
.singlespaced {