Skip to content

Commit

Permalink
set min size to 360px for galaxy S10
Browse files Browse the repository at this point in the history
  • Loading branch information
asomoza committed Nov 13, 2023
1 parent ad7c38f commit 28f9ae9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ nav {
background-color: rgb(39, 20, 82);
display: flex;
padding: 10px;
min-width: 375px;
min-width: 360px;
}

nav h1 {
Expand All @@ -103,7 +103,7 @@ nav img {
margin: 0 auto;
background: radial-gradient(circle at center, rgb(34, 13, 59), rgb(68, 29, 116));
position: relative;
min-width: 375px;
min-width: 360px;
}

.top-content {
Expand Down

0 comments on commit 28f9ae9

Please sign in to comment.