+
-
The safe home for your notes
Burgernotes is the number one service for storing your shopping list, tasks'n todos, code snippets plus more. And it's totally free.
-
+
Download
Open in your web browser
diff --git a/static/css/style.css b/static/css/style.css
index e1efb46..2b45b56 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -594,6 +594,7 @@ iframe#markdown {
border-color: var(--border-color);
border-width: 1px;
border-radius: 25px;
+ min-width: 20px;
}
.inoutdiv button {
@@ -722,9 +723,12 @@ iframe#markdown {
flex-direction: column;
}
+.downloadDiv {
+ flex-wrap: wrap;
+}
+
.downloadDiv p {
- margin-top: 10px;
- margin-bottom: 10px;
+ margin: 0px;
}
.downloadDiv a {
or