formatting fixes, container overflows
This commit is contained in:
parent
71b004d48b
commit
f2ec5f69ea
@ -20,7 +20,7 @@
|
|||||||
<article>
|
<article>
|
||||||
<div id="content" class="use-ibm">
|
<div id="content" class="use-ibm">
|
||||||
<div id="title">
|
<div id="title">
|
||||||
<h1>{{ page.title }}</h1>
|
<h2>{{ page.title }}</h2>
|
||||||
</div>
|
</div>
|
||||||
<div id="date">
|
<div id="date">
|
||||||
<p>{{ page.date | date: "%a, %d %b %Y, %r" }}</p>
|
<p>{{ page.date | date: "%a, %d %b %Y, %r" }}</p>
|
||||||
|
@ -19,6 +19,10 @@ body {
|
|||||||
background-attachment: fixed;
|
background-attachment: fixed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
p, h1 {
|
||||||
|
word-wrap: anywhere;
|
||||||
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: green;
|
color: green;
|
||||||
}
|
}
|
||||||
@ -32,7 +36,7 @@ p > img {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.use-ibm > p {
|
.use-ibm > p, .use-ibm > ol > li > p, li::marker {
|
||||||
font-family: "IBM VGA", monospace;
|
font-family: "IBM VGA", monospace;
|
||||||
font-size: 1.125em;
|
font-size: 1.125em;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user