From 7a95fa3e425e68f1781015e164b2c72cfcbde16e Mon Sep 17 00:00:00 2001 From: "arlemp@selectel.ru" Date: Mon, 21 Feb 2022 20:11:03 +0300 Subject: [PATCH] correct width logo --- header.php | 2 +- single.php | 2 +- style.css | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/header.php b/header.php index fb74680..e7ca438 100644 --- a/header.php +++ b/header.php @@ -8,7 +8,7 @@ - + diff --git a/single.php b/single.php index 2cd4030..84ef73d 100644 --- a/single.php +++ b/single.php @@ -36,7 +36,7 @@
- Автор: + Автор:
diff --git a/style.css b/style.css index 4fa66b7..2b20f51 100644 --- a/style.css +++ b/style.css @@ -131,10 +131,9 @@ a{ #mainlogo{ margin-left: 12px; - width: 240px; - flex-shrink: 0; - text-align: center; - margin-right: 10%; + min-width: 200px; + width: 20%; + flex-shrink: 0; }