beautify news box
This commit is contained in:
parent
3e0af2dd75
commit
c3db3b0aa2
3 changed files with 8 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue