diff --git a/scripts/index.html b/scripts/index.html index 1acf438..17e13d2 100644 --- a/scripts/index.html +++ b/scripts/index.html @@ -45,6 +45,12 @@ a { cursor: pointer; text-align: center; } +@media screen and (max-width: 800px) { + .column { + float: none; + width: 100%; + } +}