summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
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;