summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
Diffstat (limited to 'index.css')
-rw-r--r--index.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/index.css b/index.css
index b6f6161..7c6464a 100644
--- a/index.css
+++ b/index.css
@@ -164,6 +164,12 @@ li::before {
background: black;
}
+.mobile .player .icon {
+ margin-left: 10px;
+}
+.mobile .player .title {
+ padding-left: 20px;
+}
#dataset_name {
text-transform: capitalize;
}
@@ -181,6 +187,12 @@ li::before {
justify-content: space-between;
padding: 50px;
}
+.mobile .tools {
+ padding: 10px;
+}
+.mobile .links {
+ margin-top: 10px;
+}
.desktop p {
width: 640px;
}