]> git.dabkitsch.com - jekyll-site.git/commitdiff
tweaked main layout
authorequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 09:17:50 +0000 (01:17 -0800)
committerequilet <2237372+equilet@users.noreply.github.com>
Wed, 7 Dec 2022 09:17:50 +0000 (01:17 -0800)
style-layout.css

index f416d725e31b2f20bd955dc10da60887b711eb8a..2c6003f44fcc84b183c03a0f66846cb8d83ccec0 100644 (file)
@@ -1,6 +1,8 @@
 body {
        font-family: 'Noto Sans Mono', monospace;       
-       font-size: 0.9em;
+       /*font-family: 'Heebo', sans-serif;*/
+       font-size: 0.8em;
+       letter-spacing: 0.1px;
        margin:0 auto;
        max-width:700px;
 }
@@ -9,6 +11,8 @@ header {
        margin:2em 0;
 }
 
+
+
 footer {
        margin:2em 0;
        text-align:center;
@@ -18,6 +22,9 @@ header a {
        text-decoration:none;
 }
 
+.home p {
+}
+
 a {
        font-weight:bold;
 }
@@ -37,9 +44,9 @@ h1 {
        font-family: 'Poiret One', cursive;
 }
 
-
 /* images */
 img[src*="#right"] {
+       border: 1px solid pink;
        float:right;
        padding-left:3em;
        padding-top: 1.5em;
@@ -61,10 +68,14 @@ img[src*="#smaller"] {
 }
 .post-list-date {
        font-weight:normal;
-       margin-top:1em;
+       margin-top:1.0em;
+       margin-bottom:0.3em;
        font-style:italic;
        font-size:1.1em;
 }
+.post-link {
+       margin:0.4em;
+}
 .post-meta { 
        font-size:0.8em;
 }