소스 검색

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

Loading…
취소
저장