ソースを参照

Style tweaks

master
Dylan Baker 3年前
コミット
d0b3d7d78f
1個のファイルの変更3行の追加2行の削除
  1. 3
    2
      templates/layout.html

+ 3
- 2
templates/layout.html ファイルの表示

@@ -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">

読み込み中…
キャンセル
保存