fix size components
This commit is contained in:
parent
08f827267d
commit
e6e2f68eb0
32 changed files with 238 additions and 175 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@ const Header: React.FC = () => {
|
|||
!location.pathname.startsWith('/survey/create');
|
||||
|
||||
const handleLogoClick = () => {
|
||||
navigate(location.pathname, { replace: true });
|
||||
navigate(location.pathname);
|
||||
};
|
||||
|
||||
return (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue