From e7b2a1623cd2a21308fc65272dd5e6783c5c3fbc Mon Sep 17 00:00:00 2001 From: Martial Simon Date: Tue, 12 Mar 2024 22:29:54 +0200 Subject: fix: added links n stuff --- style.css | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'style.css') diff --git a/style.css b/style.css index ec3e7b5..a2797c8 100644 --- a/style.css +++ b/style.css @@ -13,6 +13,14 @@ abbr{ cursor: help; } +.content { + display: flex; + flex-direction: column; + flex-wrap: nowrap; + align-items: center; + margin: 0 10%; +} + .audio-players{ display: flex; flex-wrap: wrap; @@ -83,9 +91,10 @@ audio { } .date-cont{ + width: 50%; padding-left: 10px; padding-right: 10px; - margin-bottom: 10px; + margin-bottom: 20px; margin-left: 10%; margin-right: 10%; border-radius: 10px; -- cgit v1.2.3