diff --git a/assets/main.scss b/assets/main.scss index 560254f..6fec4a7 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -35,6 +35,7 @@ body { .post-content h2, .post-content h3 { padding-top: 20px; + font-weight: bold; } header.site-header { @@ -73,6 +74,14 @@ article .post-content ol li, margin-top: 29px; } +table.image img { + border: 1px solid #cccccc; +} + +caption { + font-size: 16px; +} + .page-content-home { background-color: #e4e2dd; } @@ -347,10 +356,15 @@ nav#side-nav { article .post-content p, article .post-content ul li, article .post-content ol li, - .home .post-excerpt p { + .home .post-excerpt p + { font-size: 16px; } + caption { + font-size: 12px; + } + .jumbotron { background: rgba(141, 191, 66, .97)!important; width: 100%;