diff --git a/index.html b/index.html index 7b13078..7dfc41b 100644 --- a/index.html +++ b/index.html @@ -20,9 +20,9 @@

Burgernotes is the number one service for storing your shopping list, tasks'n todos, code snippets plus more. And it's totally free.


- Download +
Download

or

- Open in your web browser +
Open in your web browser



diff --git a/static/css/style.css b/static/css/style.css index 2b45b56..66f72c3 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -752,7 +752,7 @@ iframe#markdown { } .mainDiv .feature { - width: calc(100% - 12vh - 12vh - 3.5vh); + max-width: calc(100% - 12vh - 12vh - 3.5vh); margin-bottom: 10px; margin-left: 12vh; margin-right: 12vh; @@ -765,6 +765,7 @@ iframe#markdown { padding-top: 15px; font-size: 17px; padding-bottom: 30px; + overflow-x: auto; } .mainDiv .green {