forked from buzzert/smartbar
pearlstreetcafe: Formatting tweaks
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
div#body {
|
||||
columns: 3;
|
||||
font: 8pt Helvetica, sans-serif;
|
||||
font: 8.4pt 'Times New Roman', serif;
|
||||
padding: 0.5in;
|
||||
background-image: url("assets/img/coffee-shop.jpg");
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
@@ -53,18 +53,15 @@ h2 {
|
||||
text-indent: 2em;
|
||||
text-align: justify;
|
||||
text-justify: inter-word;
|
||||
}
|
||||
|
||||
#body p:first-child {
|
||||
margin-top: 0;
|
||||
text-indent: 0;
|
||||
hyphens: auto;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
|
||||
</style>
|
||||
|
||||
<div id="body" class="page-base">
|
||||
|
||||
<h1>Pearl Street Café</h1>
|
||||
<h1>Pearl Street Cafe</h1>
|
||||
<h2>Short Story by <strong>Bram Noidz</strong></h2>
|
||||
|
||||
<p class="drop-cap">Trevor woke up at the usual time, naturally, without an alarm clock. A lot of podcasts are discussing the topic of mental health, and apparently waking up with an alarm is bad for anxiety. It took a couple of weeks but Trevor finally tuned his circadian rhythms to obey his schedule, rather than the other way around. He flops out of bed.</p>
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
|
||||
Reference in New Issue
Block a user