Skip to content

Commit

Permalink
tablet height no doodles (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
bp289 authored Aug 7, 2023
1 parent 3cb255a commit 8f75738
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions assets/style/pages/home.css
Original file line number Diff line number Diff line change
Expand Up @@ -715,3 +715,10 @@ hr {
transform: none;
}
}

@media(max-device-width: 1250px), (width <= 1250px) {
.left-doodle, .right-doodle {
display: none;
}

}

0 comments on commit 8f75738

Please sign in to comment.