Procházet zdrojové kódy

Style tweaks

master
Dylan Baker před 3 roky
rodič
revize
d0b3d7d78f
1 změnil soubory, kde provedl 3 přidání a 2 odebrání
  1. 3
    2
      templates/layout.html

+ 3
- 2
templates/layout.html Zobrazit soubor

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

Načítá se…
Zrušit
Uložit