Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
TheGameCenter
GitHub Repository: TheGameCenter/TheGameCenter.github.io
Path: blob/main/assets/css/games_viewport_adjust.css
7021 views
1
@media only screen and (max-width: 1400px) { /*Just adjusts elements to fit screen size of 1400px or less, need to add more later*/
2
3
.navbar .navbar-shape {
4
padding: 0!important;
5
width: 200%!important;
6
height: 7.5vh!important;
7
}
8
9
.container .safe-area {
10
width: 134vw;
11
height: 140vh;
12
margin-top: 1em; margin-right: 3em; margin-bottom: 3em; margin-left: 3em;
13
z-index: 1!important;
14
}
15
16
}
17