Skip to content
Snippets Groups Projects
Commit c65aa784 authored by Nikos Roussos's avatar Nikos Roussos
Browse files

Fix post images

parent 2d96be28
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -69,7 +69,8 @@ a {
color: #f06;
}
 
post > img {
post > img,
post > p > img {
display: block;
margin: auto;
max-width: 90%;
Loading
Loading
Loading
Loading
@@ -23,7 +23,7 @@
<div class="col-md-12 text-center">
<p class="avatar">
<a href="/">
<img src="/static/img/avatar.jpg" alt="{{ author }}" class="avatar img-circle" />
<img src="/static/img/avatar.png" alt="{{ author }}" class="avatar img-circle" />
</a>
</p>
<h3>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment