Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Increased the screen sizes for mobile and desktop views
  • Loading branch information
emarc99 authored Oct 26, 2023
1 parent ae68902 commit 4999159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="stylesheet"
media="screen and (min-width: 376px) and (max-width:1440px)"
media="screen and (min-width: 545px) and (max-width:3440px)"
href="main.css"
/>
<link
rel="stylesheet"
media="screen and (max-width: 375px)"
media="screen and (max-width: 545px)"
href="mobile.css"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand Down

0 comments on commit 4999159

Please sign in to comment.