diff options
| -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; } |
