Finished Desktop layout in this version

Also removed Matomo trackingfrom this branch
This commit is contained in:
Neshura 2023-03-17 00:08:50 +01:00
parent 04fe3f0f4a
commit 99b60c4f06
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
4 changed files with 125 additions and 49 deletions
components/styles/navbar

View file

@ -169,6 +169,7 @@ export const NavIndicators = styled.nav`
background-attachment: fixed;
background-size: cover;
background-position: ${({ theme }) => theme.backgroundOffset ? theme.backgroundOffset : "60%"};
background-position-y: 0;
width: 100%;
display: flex;
flex: 1;