summaryrefslogtreecommitdiff
path: root/public/static/default.css
diff options
context:
space:
mode:
Diffstat (limited to 'public/static/default.css')
-rw-r--r--public/static/default.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/public/static/default.css b/public/static/default.css
index 1b8780a..6f2f603 100644
--- a/public/static/default.css
+++ b/public/static/default.css
@@ -1,3 +1,7 @@
+body {
+ margin: 0;
+}
+
html {
font-family: Sans-Serif;
}
@@ -7,6 +11,19 @@ a {
text-decoration: none;
}
+p,
+div.about,
+div.input-field,
+div.notes {
+ max-width: 94%;
+ margin-left: auto;
+ margin-right: auto;
+}
+
+p {
+ text-align: justify;
+}
+
div.app {
border-width:1px 2px;
width:100%;