Browse Source

Now it looks a bit better

master
Julio Biason 5 years ago
parent
commit
8a1dc072f3
  1. 14
      index.html
  2. 3
      terminimal.css

14
index.html

@ -22,10 +22,20 @@
</div> </div>
</header> </header>
<div id='presentations'></div> <div class="content">
<div class="posts">
<div id='presentations'>
</div>
</div>
</div>
<div id='record' class='hide'> <div id='record' class='hide post on-list'>
<h1 class="post-title"><a href='#'>Title</a></h1> <h1 class="post-title"><a href='#'>Title</a></h1>
<div class="post-meta-inline">
<span class="post-date">
<span class="updated"></span>
</span>
</div>
</div> </div>
</div> </div>

3
terminimal.css

@ -101,7 +101,6 @@ a.read-more:active {
display:flex; display:flex;
flex-direction:column; flex-direction:column;
position:relative; position:relative;
margin-bottom: 25px;
} }
.header__inner { .header__inner {
display:flex; display:flex;
@ -403,7 +402,7 @@ hr {
display:none display:none
} }
.posts { .posts {
margin:0 auto /* margin:0 auto */
} }
.post { .post {
width:100%; width:100%;

Loading…
Cancel
Save