summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/xengineering.css5
1 files changed, 2 insertions, 3 deletions
diff --git a/css/xengineering.css b/css/xengineering.css
index 21e3dfa..ae7943c 100644
--- a/css/xengineering.css
+++ b/css/xengineering.css
@@ -158,8 +158,7 @@ pre {
/********************************** TABLET ************************************/
-@media only screen and (min-width: 600px) {
-
+@media only screen and (min-aspect-ratio: 11/12) {
}
/******************************************************************************/
@@ -168,7 +167,7 @@ pre {
/********************************* DESKTOP ************************************/
-@media only screen and (min-width: 768px) {
+@media only screen and (min-aspect-ratio: 14/9) {
body {
padding-left: 20vw;