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;