commit 4779c4ce4b016405e3acd2272dad3c98b881ea43
parent 71b47907d086e12dd5edaabdb8bf0ed734a670fd
Author: corndog <cauchyn@firemail.cc>
Date: Sat, 29 Sep 2018 19:14:31 -0700
Style changes to spacing
Diffstat:
2 files changed, 11 insertions(+), 6 deletions(-)
diff --git a/in/me/index.md b/in/me/index.md
@@ -76,7 +76,7 @@ the [MSL 2010 viewing party in Joe's
Pizza](http://www.teamliquid.net/forum/tl-community/126051-party-socal-msl-finals-joes-pizza)
will remain a treasured memory.
-## 氷菓 Hyouka
+## 氷菓 Hyouka {#hyouka}
- [Notes on Hyouka as an Exploration of Detective Fiction: A Database Post](http://archive.is/RQxCZ)
* Archive link due to security issues on the [original URL](http://altairandvega.net/2012/07/05/notes-on-hyouka-as-an-exploration-of-detective-fiction-a-database-post/).
@@ -102,10 +102,12 @@ show](https://www.bateszi.me/2012/09/30/a-distant-light-hyouka/), in the same br
they praise its achievements there's the sense of acknowledgement Hyouka was something
unusually remarkable. I would like to do my part as well.
-<br>
+<p class="distinct-from-above">
This was very indulgent. I hope you found something interesting.
+</p>
+
[^hyouka]: [A few](https://www.sakugabooru.com/post/show/6880)
[example](https://www.sakugabooru.com/post/show/22596)
[scenes](https://www.sakugabooru.com/post/show/22576). There's no sound, see what you can
diff --git a/in/static/style.css b/in/static/style.css
@@ -2,8 +2,9 @@
body {
font-size: 20px;
- margin: 0 auto;
+ margin: 5% auto;
max-width: 65ch;
+ width: 80%;
word-wrap: break-word;
}
@@ -19,13 +20,15 @@ button:hover {
h1 {
font-size: 1.05em;
- font-weight: normal;
- letter-spacing: 0.1ch;
}
h2 {
font-size: 1.025em;
- letter-spacing: 0.05ch;
+}
+
+h2,
+.distinct-from-above {
+ margin-top: 4em;
}
iframe {