Skip to content

Commit

Permalink
iPad changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ianarchbell authored and ianarchbell committed Mar 5, 2019
1 parent 67c3c48 commit e50dbe0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions css/style.css
Expand Up @@ -695,7 +695,7 @@ nav#nav-mobile a:hover {

.social-icons a {
display: inline-block;
width: 24px; /* was 32 */
width: 32px;
text-align: center;
}

Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit e50dbe0

Please sign in to comment.