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

github.com/cssandstuff/hugo-theme-winning.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcssandstuff <github@cssandstuff.com>2018-07-10 07:29:37 +0300
committercssandstuff <github@cssandstuff.com>2018-07-10 07:29:37 +0300
commit341b2c638b2351a959e4a96c0459349cecb83c12 (patch)
tree7f78fef6ba3ceaca5c8cce854b8e87f52ad03f56
parent8f319eb8cf9f2eed648103707f8c7e73e936f2c2 (diff)
more top margin needed
-rw-r--r--static/css/main.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/css/main.css b/static/css/main.css
index 6bb73d4..b29de26 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -35,7 +35,7 @@ footer a:hover{
}
.main{
grid-area: main;
- margin: 0 auto 40px;
+ margin: 1em auto 40px;
line-height: 1.2em;
text-align: left;
width: 70%;