From e0fb719a2db46e0cf6238173693907972969c102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D1=8F=D1=87=D0=B5=D1=81=D0=BB=D0=B0=D0=B2?= Date: Mon, 13 Apr 2020 12:54:50 +0000 Subject: [PATCH] Update an.css --- app/pub/css/an.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/pub/css/an.css b/app/pub/css/an.css index 193d08f..eb1c234 100644 --- a/app/pub/css/an.css +++ b/app/pub/css/an.css @@ -59,12 +59,14 @@ h1 { - #zoomnav { +#zoomnav { width: 15%; + display: -ms-flexbox; display: flex; display: -webkit-box; - -webkit-align-items: center; - align-items: center; + -webkit-box-align: center; + -ms-flex-align: center; + align-items: center; float: left; } .zoom-loop {