more pwa styles added

This commit is contained in:
Daniel Shleifman
2022-06-19 18:42:04 +03:00
parent f4a9eee631
commit 12ce3299b8
16 changed files with 87 additions and 48 deletions

View File

@@ -26,6 +26,10 @@ export const HeaderSection = styled.section`
width: 60px;
}
}
@media screen and (display-mode: standalone) {
padding-top: 30px;
}
`
export const ThanksSection = styled.section`