From e50dbe0e0a1db5db33f22ecbf7c52cd77cc1c2ab Mon Sep 17 00:00:00 2001 From: ianarchbell Date: Tue, 5 Mar 2019 07:51:50 -0800 Subject: [PATCH] iPad changes --- css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 504c3ff..63fe472 100755 --- a/css/style.css +++ b/css/style.css @@ -695,7 +695,7 @@ nav#nav-mobile a:hover { .social-icons a { display: inline-block; - width: 24px; /* was 32 */ + width: 32px; text-align: center; } @@ -1170,8 +1170,8 @@ blockquote { } } -/* handling phones and small screens - was 1024px */ -@media only screen and (max-width: 768px) { +/* handling phones and small screens - change to 768 to show full menu on iPad - but menu needs to be shorter */ +@media only screen and (max-width: 1024px) { .featherlight .featherlight-content { /* dimensions: maximize lightbox with for small screens */ margin-left: 10px;