Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mdashx/basicwebtheme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'static/assets/css/style.css')
-rw-r--r--static/assets/css/style.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/assets/css/style.css b/static/assets/css/style.css
index 45a8c81..c10accf 100644
--- a/static/assets/css/style.css
+++ b/static/assets/css/style.css
@@ -3,6 +3,10 @@ body {
font-family: sans-serif;
}
+h2 {
+ margin-top: 0px;
+}
+
main {
min-height: 100vh;
padding: 1em;