more standalone styles added

This commit is contained in:
Daniel Shleifman
2022-06-19 17:50:45 +03:00
parent 33563b97c4
commit 23304ee821
13 changed files with 199 additions and 44 deletions

View File

@@ -15,6 +15,17 @@ export default createGlobalStyle`
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
letter-spacing: -0.1px;
-webkit-tap-highlight-color: transparent;
@media screen and (display-mode: standalone) {
height: 100vh;
}
}
header {
@media screen and (display-mode: standalone) {
padding-top: 30px;
}
}
button {