make blog nicer

This commit is contained in:
Nicholas Orlowsky 2024-05-16 20:19:21 +02:00
parent 5c34a0faa2
commit 0d3d90633f
Signed by: nickorlow
GPG key ID: 838827D8C4611687
2 changed files with 3 additions and 3 deletions

View file

@ -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 {

View file

@ -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 }}"