summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-08-05 10:48:10 +0200
committerJules Laplace <julescarbon@gmail.com>2019-08-05 10:48:10 +0200
commit6b497841b8001610d5ba9f73e832686d171536ae (patch)
tree29de9e4b58c2ed2f1f0f282869695f55ca8c76c0
parentd2fea03c541979f3b98858c25ba8db46caa2d505 (diff)
some mobile 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;
}