diff options
author | Paweł Dybiec <pawel@dybiec.info> | 2020-04-26 15:59:26 +0200 |
---|---|---|
committer | Paweł Dybiec <pawel@dybiec.info> | 2020-04-26 15:59:26 +0200 |
commit | 5e8bf02cbaf4f4e4d32a2af473f16803408c8e61 (patch) | |
tree | 6c57b4fc3cadf8967f26b141125c0053ff208649 | |
parent | Small changes to css to make google lighthouse happy (diff) |
Fix css on mobile
-rw-r--r-- | css/base.css | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/css/base.css b/css/base.css index 7233fad..97a7459 100644 --- a/css/base.css +++ b/css/base.css @@ -1,9 +1,4 @@ -body, html { - width: 80%; - height: 100%; -} html { - min-height:100%; position:relative background-color: #fff; font-family: sans-serif; |