diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2019-08-05 10:48:10 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2019-08-05 10:48:10 +0200 |
| commit | 6b497841b8001610d5ba9f73e832686d171536ae (patch) | |
| tree | 29de9e4b58c2ed2f1f0f282869695f55ca8c76c0 | |
| parent | d2fea03c541979f3b98858c25ba8db46caa2d505 (diff) | |
some mobile css
| -rw-r--r-- | index.css | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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; } |
