From 2861761fc453c59b2f8f0f62ce7c7b0b6c4b2069 Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Sun, 26 Dec 2021 11:37:17 +0300 Subject: [PATCH] correct margin-left right block --- header.php | 2 +- style.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/header.php b/header.php index ec90738..2105bb1 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title('|', true, 'right');?><?=get_bloginfo('name')?> - + diff --git a/style.css b/style.css index 8625140..0054b48 100644 --- a/style.css +++ b/style.css @@ -1766,6 +1766,7 @@ a{ #socials{ display: flex; margin-bottom: 18px; + margin-left: 12px; justify-content: center; align-items: center; }