Skip to content
Snippets Groups Projects
Commit 3edd8fe4 authored by Anton Sarukhanov's avatar Anton Sarukhanov
Browse files

Space out headers & images. Tweak inline code format.

parent c14e9d25
No related branches found
No related tags found
No related merge requests found
...@@ -95,6 +95,14 @@ img.profile { ...@@ -95,6 +95,14 @@ img.profile {
} }
/* Headings */ /* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
margin-top: 1em;
}
h1 { h1 {
font-size: 1.5em; font-size: 1.5em;
font-family: 'Headland One', serif; font-family: 'Headland One', serif;
...@@ -216,11 +224,10 @@ pre { ...@@ -216,11 +224,10 @@ pre {
} }
code { code {
max-width: 100%; max-width: 100%;
border: 1px solid #f28c26; border-radius: .15em;
border-radius: .3em; border: 2px solid rgba(242, 140, 38, 0.55);
background: #eee;
font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace; font-family: Courier New,Courier,Lucida Sans Typewriter,Lucida Typewriter,monospace;
padding: .1em; padding: .05em .1em;
margin: .1em; margin: .1em;
font-size: .9em; font-size: .9em;
display: inline-block; display: inline-block;
...@@ -371,6 +378,7 @@ main { ...@@ -371,6 +378,7 @@ main {
} }
main img { main img {
max-width: 100%; max-width: 100%;
margin: .5em auto;
} }
main .hero { main .hero {
display: block; display: block;
...@@ -386,6 +394,10 @@ main header h2 ~ .time { ...@@ -386,6 +394,10 @@ main header h2 ~ .time {
margin-top: -1em; margin-top: -1em;
} }
main li {
margin-top: .5em;
}
/********** Footer **********/ /********** Footer **********/
body > footer { body > footer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment