From 39da3731ea27e25d4ac35ee4496486afdd6f3e3c Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Wed, 11 Nov 2020 00:05:27 +0100 Subject: [PATCH] =?UTF-8?q?Oprava=20t=C5=99=C3=ADdy=20pro=20tla=C4=8D?= =?UTF-8?q?=C3=ADtko=20messenger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Protože Martin Beneš to rozbil v commitu #cdae90b262. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 6618513..8b37f83 100644 --- a/css/style.css +++ b/css/style.css @@ -86,7 +86,7 @@ article: nth-child(1)::before { @media screen and (max-width: 699px) { body { background: none; font-size: 1em; } - .messenger { text-align: center; } + .messenger { margin-left: auto; margin-right: auto; } header { width: 100%; } header .logo { padding-top: 30px; width: 100%; float: none; margin: 0 auto; }