This commit is contained in:
VividTruthKeeper 2023-02-21 18:29:52 +05:00
parent e48abb3f98
commit e57fc82d98
2 changed files with 12 additions and 1 deletions

View File

@ -41,7 +41,9 @@ const Nav = () => {
</div>
<div className="nav-mid">
<Link to="/">
<Logo />
<h1>
Türkmenistan <br /> Habarlar Portaly
</h1>
</Link>
</div>
<div className="nav-right">

View File

@ -35,6 +35,15 @@
}
}
.nav-mid {
h1 {
text-align: center;
color: $main;
font-weight: bold;
font-size: 1.8rem;
}
}
.search {
width: 100%;
overflow: hidden;