Hyphenation
This commit is contained in:
parent
a072221915
commit
b71e899750
2 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,4 @@
|
|||
<html lang=de>
|
||||
<meta charset=utf8>
|
||||
<link rel="stylesheet" href="/style.css">
|
||||
<script src=/diffDOM.js></script>
|
||||
|
|
@ -6,3 +7,4 @@
|
|||
<aside>
|
||||
<a href="https://git.adrianheine.de/adrian/coding-precarity">git</a>
|
||||
</aside>
|
||||
</html>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@ body {
|
|||
background-color: #e1eef2;
|
||||
margin: 0;
|
||||
font-family: "Fell";
|
||||
hyphens: auto;
|
||||
}
|
||||
|
||||
.wrapper {
|
||||
|
|
@ -63,7 +64,7 @@ body {
|
|||
position: absolute;
|
||||
transform-origin: 0 0;
|
||||
font-size: 1.2em;
|
||||
padding: 0 70px;
|
||||
padding: 0 55px;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
|
||||
|
|
@ -124,7 +125,7 @@ h1, .desc {
|
|||
margin: 0.5em 0;
|
||||
}
|
||||
blockquote {
|
||||
background: #f9f9f9cc;
|
||||
background: #f9f9f9cc;
|
||||
border-left: .5em solid #1a1c1c66;
|
||||
margin: .5em;
|
||||
padding: .5em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue