From ca3fe39013b4e430c0f0fa223760a5afa50d0e51 Mon Sep 17 00:00:00 2001 From: bohung Date: Wed, 5 May 2021 10:04:18 +0800 Subject: [PATCH] Fix css. --- assets/stylesheets/template/layout/header.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/stylesheets/template/layout/header.scss b/assets/stylesheets/template/layout/header.scss index 6834a87..ff408e3 100644 --- a/assets/stylesheets/template/layout/header.scss +++ b/assets/stylesheets/template/layout/header.scss @@ -1,7 +1,9 @@ @charset "utf-8"; @import "../initial"; - +.layout-header .navbar-header .navbar-brand:first-of-type { + clear: left; +} .layout-header { position: relative; margin-bottom: 0;