diff --git a/src/static/style/mobile.css b/src/static/style/mobile.css index b68eb94..7acf706 100755 --- a/src/static/style/mobile.css +++ b/src/static/style/mobile.css @@ -18,6 +18,10 @@ header{ width: 100%; } +main{ + min-height: 65vh; +} + footer{ background-color: #4c4c4c; display: flex;