This commit is contained in:
Neshura 2022-12-19 21:51:51 +01:00
parent 26ac430d7e
commit bb1520afc9
No known key found for this signature in database
GPG key ID: ACDF5B6EBECF6B0A
5 changed files with 10 additions and 2 deletions
components/styles/navbar

View file

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