Skip to content

Commit

Permalink
adjusting layout to better fit
Browse files Browse the repository at this point in the history
  • Loading branch information
dcnb committed Oct 17, 2023
1 parent 722cf18 commit 2f2e056
Showing 1 changed file with 18 additions and 22 deletions.
40 changes: 18 additions & 22 deletions _layouts/essay.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,42 +2,38 @@
# default "About" page layout
layout: default
---
<html>
<head>
<link href='https://fonts.googleapis.com/css?family=Libre Baskerville' rel='stylesheet'>
{% include transcript/style/filter-style.html %}

<style>

p {
padding-top: 4px;
margin-right: 10px;
margin-left: 10px;
text-indent: 1em;
}
h2 {
text-indent: 0em;
font-family: Baskerville;
}
div.a {
text-indent: 0px;
font-family: Georgia;
}
div.b {
text-indent: 1em;
.a {
text-indent: 0px !important;
}
div.c {

.c {
margin-left: 20px;
border-left: 20px solid black;
border-left: 10px solid black;
border-radius: 25px;
padding-left: 4px;
}
p {
padding-top: 4px;
margin-right: 10px;
margin-left: 10px;
padding-left: 26px;
text-indent: 0px !important;
}
</style>
</head>
<body>

<div class="container my-4 col-md-6 offest-md-2">

<h2>{{page.title | capitalize}}</h2>
<p><em>{{page.byline}}</em></p>
{{ content }}
</div>

{}


{% if page.credits == true %}{% include cb/credits.html %}{% endif %}

0 comments on commit 2f2e056

Please sign in to comment.