Fixed slider, auth pages and modal

This commit is contained in:
MaxOvs19
2023-03-21 21:26:38 +03:00
parent ab93a26abf
commit 84e55a0f54
10 changed files with 66 additions and 39 deletions

View File

@ -8,7 +8,9 @@ export const AuthHeader = ({}) => {
return (
<div className="auth-header">
<div className="auth-header__logo">
<h3>itguild.</h3>
<h3>
itguild.<span>аутстафинг ИТ специалистов</span>
</h3>
</div>
<div className="auth-header__navigation">
<div className="container">

View File

@ -12,6 +12,9 @@
line-height: 32px;
color: #000000;
}
span {
color: #52b709;
}
}
&__navigation {