Download:
child 43:1ba0ab25df12
parent 41:7a3b9afbfb82
42:2f859a6ddc1b
Anton Shestakov <av6@dwimlabs.net>, Thu, 12 Jul 2018 13:11:54 +0800
index: margins for screens below medium

1 файлов изменено, 5 вставок(+), 0 удалений(-) [+]
player.css file | annotate | diff | comparison | revisions
--- a/player.css Thu Jul 12 12:55:55 2018 +0800
+++ b/player.css Thu Jul 12 13:11:54 2018 +0800
@@ -75,3 +75,8 @@
.gme-player footer a:focus {
color: #9f4bd8;
}
+@media (max-width: 767px) {
+ .gme-player .file-box {
+ margin-bottom: 25px;
+ }
+}