mirror of
https://github.com/metagov/govarch-website.git
synced 2025-06-19 09:33:09 +00:00
improve typography
This commit is contained in:
@ -14,7 +14,7 @@
|
|||||||
# You can create any custom variable you would like, and they will be accessible
|
# You can create any custom variable you would like, and they will be accessible
|
||||||
# in the templates via {{ site.myvariable }}.
|
# in the templates via {{ site.myvariable }}.
|
||||||
title: Hitchens
|
title: Hitchens
|
||||||
email: your-email@example.com
|
email: hello@patdryburgh.com
|
||||||
description: >- # this means to ignore newlines until "baseurl:"
|
description: >- # this means to ignore newlines until "baseurl:"
|
||||||
An inarguably well-designed Jekyll theme.
|
An inarguably well-designed Jekyll theme.
|
||||||
baseurl: "/hitchens" # the subpath of your site, e.g. /blog
|
baseurl: "/hitchens" # the subpath of your site, e.g. /blog
|
||||||
|
@ -23,9 +23,8 @@ These are the indicators of crisis, subject to data and statistics. Less measura
|
|||||||
|
|
||||||
>Today I say to you that the challenges we face are real. They are serious and they are many. They will not be met easily or in a short span of time. But know this, America - they will be met.
|
>Today I say to you that the challenges we face are real. They are serious and they are many. They will not be met easily or in a short span of time. But know this, America - they will be met.
|
||||||
|
|
||||||
On this day, we gather because we have chosen hope over fear, unity of purpose over conflict and discord.
|
- On this day, we gather because we have chosen hope over fear, unity of purpose over conflict and discord.
|
||||||
|
- On this day, we come to proclaim an end to the petty grievances and false promises, the recriminations and worn out dogmas, that for far too long have strangled our politics.
|
||||||
On this day, we come to proclaim an end to the petty grievances and false promises, the recriminations and worn out dogmas, that for far too long have strangled our politics.
|
|
||||||
|
|
||||||
### We are young
|
### We are young
|
||||||
|
|
||||||
@ -37,11 +36,11 @@ In reaffirming the greatness of our nation, we understand that greatness is neve
|
|||||||
|
|
||||||
#### For us, they did things
|
#### For us, they did things
|
||||||
|
|
||||||
For us, they packed up their few worldly possessions and traveled across oceans in search of a new life.
|
1. For us, they packed up their few worldly possessions and traveled across oceans in search of a new life.
|
||||||
|
|
||||||
For us, they toiled in sweatshops and settled the West; endured the lash of the whip and plowed the hard earth.
|
2. For us, they toiled in sweatshops and settled the West; endured the lash of the whip and plowed the hard earth.
|
||||||
|
|
||||||
For us, they fought and died, in places like Concord and Gettysburg; Normandy and Khe Sahn.
|
3. For us, they fought and died, in places like Concord and Gettysburg; Normandy and Khe Sahn.
|
||||||
|
|
||||||
##### For us, they did things
|
##### For us, they did things
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ article h2 + p {
|
|||||||
text-indent: 0;
|
text-indent: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
article p > img {
|
article img {
|
||||||
margin-left: -1em;
|
margin-left: -1em;
|
||||||
display: flex;
|
display: flex;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@ -31,6 +31,11 @@ article p > img {
|
|||||||
margin: 2em auto;
|
margin: 2em auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
article li {
|
||||||
|
margin-left: 1.5em;
|
||||||
|
margin-right: 1.5em;
|
||||||
|
}
|
||||||
|
|
||||||
.article-meta {
|
.article-meta {
|
||||||
margin-bottom: 2em;
|
margin-bottom: 2em;
|
||||||
margin-top: 2em;
|
margin-top: 2em;
|
||||||
|
Reference in New Issue
Block a user