瀏覽代碼

Style tweaks

master
Dylan Baker 5 年之前
父節點
當前提交
d0b3d7d78f
共有 1 個檔案被更改,包括 3 行新增2 行删除
  1. 3
    2
      templates/layout.html

+ 3
- 2
templates/layout.html 查看文件

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

Loading…
取消
儲存