diff --git a/html/index.html b/html/index.html index 9e831a9..56df0a1 100644 --- a/html/index.html +++ b/html/index.html @@ -20,11 +20,14 @@ padding: 10px; margin-top: 10px; border-radius: 5px; + display: flex; + align-items: left; + flex-direction: column; } .new-content img { - max-width: 300px; - margin-right: 10px; + max-width: 500px; + margin-bottom: 10px; border-radius: 5px; }