b98008bc3c58 lisp

Minor style tweaks
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 08 Jan 2020 22:27:57 -0800
parents d70b175d5479
children cc1550af2246
branches/tags lisp
files static/css/style.css

Changes

--- a/static/css/style.css	Wed Jan 08 22:10:26 2020 -0800
+++ b/static/css/style.css	Wed Jan 08 22:27:57 2020 -0800
@@ -59,6 +59,12 @@
     text-decoration: underline;
 }
 
+blockquote {
+    border-left: 6px solid #e2e2e2;
+    margin-left: 24px;
+    padding-left: 12px;
+}
+
 /* Headings ---------------------------------------------------------------- */
 h1, h2, h3, h4, h5, h6 {
     /* font-family: HoeflerText-Regular, 'Hoefler Text', 'Goudy Old Style','Palatino', 'Palatino Linotype', serif; */
@@ -120,6 +126,7 @@
     line-height: 16px;
 }
 
+/* Tables ------------------------------------------------------------------ */
 table {
     margin: 0px auto 24px;
     border-collapse: collapse;
@@ -166,6 +173,12 @@
 }
 
 /* Individual Pages -------------------------------------------------------- */
+main#page-home p {
+    font-size: 24px;
+    line-height: 36px;
+    text-align: center;
+}
+
 main#page-blog-entry p.date,
 main#page-photography-gallery p.date,
 main#page-simple p.date {