make blog nicer
This commit is contained in:
parent
5c34a0faa2
commit
0d3d90633f
|
@ -16,9 +16,9 @@ table, th, td {
|
|||
|
||||
body {
|
||||
background-color: #d2e0ec;
|
||||
margin: 20px auto;
|
||||
margin: 10px auto;
|
||||
max-width: 750px;
|
||||
width: 90%;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
a {
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
{% for blog in blogs %}
|
||||
<div style="display:flex;justify-content:flex-start; padding-bottom: 5px; flex-wrap: wrap;">
|
||||
<div style="display:flex;flex-grow:1;">
|
||||
<p style="margin-bottom: 0px; padding-right: 8px; white-space: nowrap; text-align: left;">
|
||||
<p style="margin-bottom: 0px; padding-right: 8px; text-align: left;">
|
||||
<a
|
||||
{% if blog.url.contains("https://") %}
|
||||
href="{{ blog.url }}"
|
||||
|
|
Loading…
Reference in a new issue