Поправил логотип

This commit is contained in:
Александр Кирюхин 2024-01-24 23:27:57 +03:00
parent 3b8cdbc2ea
commit 2c39a9b5b1
3 changed files with 12 additions and 9 deletions

View file

Before

Width:  |  Height:  |  Size: 6.5 KiB

After

Width:  |  Height:  |  Size: 6.5 KiB

View file

@ -1,13 +1,14 @@
.navbar-brand { .navbar-brand {
font-size: 26px;
padding-top: 0 !important; padding-top: 0 !important;
padding-bottom: 0 !important; padding-bottom: 0 !important;
margin: 10px 20px 10px 10px;
height: 48px; height: 48px;
width: 54px; width: 48px;
background-image: url("./logo.png"); }
background-size: cover;
display: inline-block; .navbar-brand img {
margin-right: 50px; height: 48px;
width: 48px;
} }
th.thin { th.thin {
@ -15,9 +16,11 @@ th.thin {
white-space: nowrap; white-space: nowrap;
} }
html, body, #container { html,
body,
#container {
height: 100%; height: 100%;
margin:0; margin: 0;
background-color: #171E26; background-color: #171E26;
} }

View file

@ -70,7 +70,7 @@ const AppLayout = () => {
return (<Layout> return (<Layout>
<Header style={{ display: 'flex', alignItems: 'center', width: '100%', justifyContent: 'space-between' }}> <Header style={{ display: 'flex', alignItems: 'center', width: '100%', justifyContent: 'space-between' }}>
<Link to="/" className="navbar-brand"></Link> <Link to="/" className='navbar-brand'><img src="/assets/logo.png" /></Link>
<Menu <Menu
mode="horizontal" mode="horizontal"
items={items} items={items}