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:
authortom <tom@mdashx.com>2020-11-25 22:48:06 +0300
committertom <tom@mdashx.com>2020-11-25 22:48:06 +0300
commit0d4901ccbfd59e3b85315e0698ab7d6839ef6c5e (patch)
tree2a0a7b3511fd7595e54459de898a8acb093d3874
parentd99b6610c91b1d6b5bc24bd767fde2d7e5012704 (diff)
h2 doesn't need a top margin
-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;