minor UI changes
This commit is contained in:
parent
68baa407db
commit
9aa9facfeb
@ -803,9 +803,14 @@ header.grid-2 {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
.app-brand {
|
||||
display: flex;
|
||||
gap: 0.3rem;
|
||||
align-items: center;
|
||||
}
|
||||
.app-brand .icon {
|
||||
height: 1.8rem;
|
||||
width: 1.8rem;
|
||||
height: 1.7rem;
|
||||
width: 1.7rem;
|
||||
}
|
||||
|
||||
.app-name__company {
|
||||
|
||||
2
css/main.min.css
vendored
2
css/main.min.css
vendored
File diff suppressed because one or more lines are too long
@ -729,9 +729,12 @@ header.grid-2 {
|
||||
color: inherit;
|
||||
}
|
||||
.app-brand{
|
||||
display: flex;
|
||||
gap: 0.3rem;
|
||||
align-items: center;
|
||||
.icon{
|
||||
height: 1.8rem;
|
||||
width: 1.8rem;
|
||||
height: 1.7rem;
|
||||
width: 1.7rem;
|
||||
}
|
||||
}
|
||||
.app-name{
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<h4>Loading</h4>
|
||||
</div>
|
||||
<header id="main_header" class="margin">
|
||||
<a href="#/home" id="logo" class="flex align-center gap-0-3 app-brand">
|
||||
<a href="#/home" id="logo" class="app-brand">
|
||||
<svg id="main_logo" class="icon" viewBox="0 0 27.25 32">
|
||||
<title>RanchiMall</title>
|
||||
<path
|
||||
|
||||
Loading…
Reference in New Issue
Block a user