about section

This commit is contained in:
2023-09-01 23:40:57 +02:00
parent 7fc4304e87
commit 613294e442
4 changed files with 72 additions and 32 deletions
+1
View File
@@ -3,6 +3,7 @@ import { styled } from 'styled-components';
export const StyledNavbar = styled.nav`
position: sticky;
top: 0;
z-index: 1000;
display: flex;
justify-content: space-between;