Skip to content

Commit

Permalink
style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
deepikaa0402 authored Mar 1, 2024
1 parent 2dccdfd commit b319cc7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");
body {
background-color: hsl(212, 45%, 89%);
/* width: 1440px; */
width: 1440px;
padding: 1rem;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -51,6 +51,3 @@ h1 {

}

@media (max-width:375px) {}

@media (min-width: 1025px) and (max-width: 1440px) {}

0 comments on commit b319cc7

Please sign in to comment.