summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorMartial Simon <msimon_fr@hotmail.com>2024-03-12 22:29:54 +0200
committerMartial Simon <msimon_fr@hotmail.com>2024-03-12 22:29:54 +0200
commite7b2a1623cd2a21308fc65272dd5e6783c5c3fbc (patch)
treee3290d55d30022243249b5f0373d79ce8ebcbe18 /style.css
parent072c7535d1d78644e21e39fc76a249a156442582 (diff)
fix: added links n stuff
Diffstat (limited to 'style.css')
-rw-r--r--style.css11
1 files changed, 10 insertions, 1 deletions
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;