diff options
| author | Martial Simon <msimon_fr@hotmail.com> | 2024-03-12 22:29:54 +0200 |
|---|---|---|
| committer | Martial Simon <msimon_fr@hotmail.com> | 2024-03-12 22:29:54 +0200 |
| commit | e7b2a1623cd2a21308fc65272dd5e6783c5c3fbc (patch) | |
| tree | e3290d55d30022243249b5f0373d79ce8ebcbe18 /style.css | |
| parent | 072c7535d1d78644e21e39fc76a249a156442582 (diff) | |
fix: added links n stuff
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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; |
