Tweak css

This commit is contained in:
Ariejan de Vroom 2018-08-31 16:13:53 +02:00
parent fb6962712a
commit e5dbf997e5
Signed by: ariejan
GPG Key ID: AD739154F713697B
2 changed files with 15 additions and 10 deletions

View File

@ -147,6 +147,7 @@ section.header .container .logo {
section.header .name { section.header .name {
padding-top: 20px; padding-top: 20px;
font-size: 28px; font-size: 28px;
line-height: 1.2em;
font-family: 'Nexa Bold', 'Helvetica Neue', 'Arial', sans-serif; font-family: 'Nexa Bold', 'Helvetica Neue', 'Arial', sans-serif;
letter-spacing: -0.005rem; letter-spacing: -0.005rem;
text-transform: uppercase; text-transform: uppercase;
@ -265,7 +266,8 @@ section.main .content .posts {
margin-bottom: 4em; margin-bottom: 4em;
} }
section.main .content .page-heading { section.main .content .page-heading {
font-size: 20px; font-size: 24px;
line-height: 1.2em;
font-weight: 700; font-weight: 700;
font-family: 'Helvetica Neue', 'Arial', sans-serif; font-family: 'Helvetica Neue', 'Arial', sans-serif;
letter-spacing: -0.005rem; letter-spacing: -0.005rem;
@ -727,4 +729,4 @@ ul#taxonomy-items {
.taxonomy-item { .taxonomy-item {
display: inline-block; display: inline-block;
margin-right: 1em; margin-right: 1em;
} }

View File

@ -1,13 +1,16 @@
section.main .content .page-heading {
font-size: 36px;
}
section.main .content .markdown figure { section.main .content .markdown figure {
width: 110%; width: 110%;
margin-left: -4%; margin-left: -4%;
} }
section.main .content .markdown img { section.main .content .markdown img {
max-width: 110%; max-width: 110%;
width: 110%; width: 110%;
margin-left: -4%; margin-left: -4%;
} }
section.main .content .markdown pre { section.main .content .markdown pre {
width: 110%; width: 110%;
margin-left: -4%; margin-left: -4%;
} }