summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-07 23:56:42 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-07 23:56:42 -0700
commit3ca486ac0e5a0b97c5ecc865d546eccceaab5c52 (patch)
tree3a12af4540f4a05725b8e908df73a7f254025131 /style.css
parentfb6a0b773aa350790f9fdda4d79e3957c59c7d85 (diff)
updated device scaling
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/style.css b/style.css
index 1f9ca07..6288abe 100644
--- a/style.css
+++ b/style.css
@@ -23,17 +23,16 @@ body{
width: 100%;
min-height: 100%;
}
-@media only screen and (max-width: 1200px){
+@media (max-aspect-ratio: 6/7) {
.contentpane {
margin: auto;
width: 100%;
min-height: 100%;
}
}
-@media only screen and (min-width: 600px){
+@media (min-aspect-ratio: 7/7) {
.contentpane {
margin: auto;
- min-width: 600px;
width: 60%;
min-height: 100%;
}