diff --git a/app/static/css/style.css b/app/static/css/style.css index 145209b..1b4bf84 100644 --- a/app/static/css/style.css +++ b/app/static/css/style.css @@ -22,4 +22,15 @@ main { /* Set the fixed height of the footer here */ /*line-height: 60px; /* Vertically center the text there */ background-color: #f5f5f5; -} \ No newline at end of file +} + +.topbutton { + width: 100%; +} + +@media (min-width: 768px) { + .topbutton { + width: auto; + } +} + diff --git a/app/templates/main_admin.html b/app/templates/main_admin.html index eb7f0ef..50d22ef 100644 --- a/app/templates/main_admin.html +++ b/app/templates/main_admin.html @@ -6,10 +6,10 @@