fix size components

This commit is contained in:
Tatiana Nikolaeva 2025-06-02 23:15:01 +05:00
parent 08f827267d
commit e6e2f68eb0
32 changed files with 238 additions and 175 deletions

View file

@ -5,18 +5,19 @@
padding: 0;
width: 100%;
display: flex;
height: fit-content;
}
.pagesNav{
display: flex;
gap: 60px;
gap: 80px;
list-style: none;
align-items: center;
margin-right: 20%;
}
.pageLink{
font-size: 24px;
font-size: 18px;
font-weight: 600;
color: #2A6DAE;
padding: 0;

View file

@ -15,7 +15,7 @@ const Header: React.FC = () => {
!location.pathname.startsWith('/survey/create');
const handleLogoClick = () => {
navigate(location.pathname, { replace: true });
navigate(location.pathname);
};
return (