Browse Source

Style tweaks

master
Dylan Baker 3 years ago
parent
commit
d0b3d7d78f
1 changed files with 3 additions and 2 deletions
  1. 3
    2
      templates/layout.html

+ 3
- 2
templates/layout.html View File

@@ -70,10 +70,11 @@
70 70
         font-size: 12px;
71 71
         font-style: italic;
72 72
         justify-content: space-between;
73
+        margin-bottom: 1em;
73 74
         padding: 0.5em;
74 75
       }
75 76
 
76
-      .post__edit-link {
77
+      .post__link {
77 78
         font-style: normal;
78 79
         font-weight: normal;
79 80
       }
@@ -106,7 +107,7 @@
106 107
   <body>
107 108
     <header class="header">
108 109
       {% if logged_in %}
109
-        <a href="/logout">logout</a>
110
+      <a href="/logout">logout</a>
110 111
       {% endif %}
111 112
     </header>
112 113
     <div class="container">

Loading…
Cancel
Save