Browse Source

Move margin from title to meta

master
Dylan Baker 3 years ago
parent
commit
e74a3e81f1
1 changed files with 4 additions and 1 deletions
  1. 4
    1
      static/style.css

+ 4
- 1
static/style.css View File

@@ -134,11 +134,14 @@ a:hover {
134 134
 }
135 135
 
136 136
 .post__title {
137
-  margin-bottom: 0.25em;
138 137
   margin-right: 1em;
139 138
   min-width: 220px;
140 139
 }
141 140
 
141
+.post__meta {
142
+  margin-top: 0.25em;
143
+}
144
+
142 145
 .post__date {
143 146
   font-size: 0.75em;
144 147
   font-style: italic;

Loading…
Cancel
Save