beautify news box

This commit is contained in:
cuom1999 2020-06-12 18:01:53 -05:00
parent 3e0af2dd75
commit c3db3b0aa2
3 changed files with 8 additions and 3 deletions

View file

@ -11,8 +11,13 @@
<link rel="alternate" type="application/rss+xml" href="{{ url('problem_rss') }}" title="RSS Problem Feed">
{% include "blog/media-css.html" %}
<style>
@media (max-width: 800px) {
.title {
clear: both;
}
}
.post {
margin: 0 1.4em;
margin: 0 2%;
}
.time {
margin-left: 0;

View file

@ -48,7 +48,7 @@
<div class="body-message">
<div class="user-time">
<span class="${css_class}">
<a href="{{ url('user_page') }}/${user}" class="user">
<a href="{{ url('user_page') }}/${user}">
${user}
</a>
</span>