Making it match the real thing... Well, more so than before...

This commit is contained in:
2018-03-07 00:05:54 -05:00
parent 6e756e0792
commit 7d5bf0f7ee
15 changed files with 175 additions and 24 deletions

View File

@@ -65,3 +65,18 @@ ion-title {
}
}
}
@media screen and (min-width: 769px) {
body {
background-color: #000000;
}
ion-app.app-root {
height: 0;
margin: 50% auto auto 50%;
max-width: 320px;
padding-bottom: 66.666%;
position: relative;
transform: translate3d(-50%, -50%, 0);
}
}