about summary refs log tree commit diff
path: root/bh20simplewebuploader
diff options
context:
space:
mode:
authorPjotr Prins2020-04-12 12:51:49 -0500
committerGitHub2020-04-12 12:51:49 -0500
commitaa93ecf387182896e6dc84bdd145ebce9aba3745 (patch)
treea8e51d700f03d0b3f7bad65536be6606d738d156 /bh20simplewebuploader
parent42ee1f77ca4a6e3a9c7dfc15e69b9de43f801c59 (diff)
parent54efd8a9e08032929f3f779c438f51472b5aabda (diff)
downloadbh20-seq-resource-aa93ecf387182896e6dc84bdd145ebce9aba3745.tar.gz
bh20-seq-resource-aa93ecf387182896e6dc84bdd145ebce9aba3745.tar.lz
bh20-seq-resource-aa93ecf387182896e6dc84bdd145ebce9aba3745.zip
Merge pull request #7 from BonfaceKilz/master
Add custom css styling
Diffstat (limited to 'bh20simplewebuploader')
-rw-r--r--bh20simplewebuploader/templates/form.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html
index 986581f..afae4c7 100644
--- a/bh20simplewebuploader/templates/form.html
+++ b/bh20simplewebuploader/templates/form.html
@@ -99,6 +99,13 @@
          width: 17em;
          justify-self: center;
      }
+
+     @media only screen and (max-device-width: 480px) {
+         .grid-container {
+             display: flex;
+             flex-direction: column;
+         }
+     }
     </style>
 
     <head>