diff --git a/assets/88x31/transnow2.gif b/assets/88x31/transnow2.gif new file mode 100644 index 0000000..7f705aa Binary files /dev/null and b/assets/88x31/transnow2.gif differ diff --git a/css/index.css b/css/index.css index 65ff191..cc9f9a0 100644 --- a/css/index.css +++ b/css/index.css @@ -184,7 +184,7 @@ body::before { margin-bottom: 10px; } -/* ---- 88x31 button wall (always visible) ---- */ +/* ---- 88x31 button wall (always visible on desktop) ---- */ .button-wall { position: fixed; bottom: 1rem; @@ -198,6 +198,13 @@ body::before { max-width: min(90vw, 480px); } +/* hide on mobile */ +@media (max-width: 768px) { + .button-wall { + display: none; + } +} + .button-wall a { display: block; line-height: 0; diff --git a/index.html b/index.html index 7523324..75274aa 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@ - +