From 372d532f1b4f869602c22130aeb39d06f358b7da Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Tue, 5 Dec 2017 23:33:24 +0100 Subject: [PATCH] upd: css.container (vertical message margin (only top, not bottom) for first in order no for :before to be out) --- public_html/css/container.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public_html/css/container.css b/public_html/css/container.css index c7df679..a2bb964 100644 --- a/public_html/css/container.css +++ b/public_html/css/container.css @@ -14,7 +14,8 @@ left: 0; height: auto; - margin: 1.5em; + margin: 0 1.5em; + margin-top: 2.5em; padding: 1em; align-self: flex-start;