change header css

This commit is contained in:
Aung Kyaw Phyoe
2019-02-07 11:54:30 +06:30
parent 2d13f6a254
commit 2057025c6b
2 changed files with 1 additions and 9 deletions

View File

@@ -284,14 +284,6 @@ section.content {
}
/* End Reset Theme */
/* shop name margin */
.shop-name-margin {
text-align: center;
width: 50%;
margin: auto;
}
/* shop name margin */
/* online order margin */
/*.online-order-margin {
margin: auto;

View File

@@ -36,7 +36,7 @@
</span>
</div>
<!-- Start Shop Info -->
<div class="navbar-right shop-name-margin">
<div class="navbar-right m-auto">
<span class="navbar-brand navbar-brand-txt"><%= shop_detail.name %></span>
</div>
<!-- End Shop Info -->