From 8617954dadffd38116662937e3fb9beb55851668 Mon Sep 17 00:00:00 2001 From: joola Date: Tue, 12 Feb 2019 17:42:08 +0000 Subject: Replace useless divs with flex layout in navbar Notable changes proposed by @pslaughter --- app/views/layouts/header/_empty.html.haml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/views') diff --git a/app/views/layouts/header/_empty.html.haml b/app/views/layouts/header/_empty.html.haml index 2dfc787b7a8..348ce18b122 100644 --- a/app/views/layouts/header/_empty.html.haml +++ b/app/views/layouts/header/_empty.html.haml @@ -1,4 +1,2 @@ %header.navbar.fixed-top.navbar-empty - .container - .mx-auto - = brand_header_logo + = brand_header_logo -- cgit v1.2.3