Skip to content

Commit

Permalink
Style desktop layout
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Feb 6, 2024
1 parent f7110c8 commit fad6183
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions m4-oldagram/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,11 +180,13 @@ body {
color: hsl(228, 45%, 44%);
}

/* Screen sizes larger than mobile */
@media only screen and (min-width: 30rem) {}

/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {}

/* Desktop screen size */
@media only screen and (min-width: 60rem) {}
@media only screen and (min-width: 60rem) {
.post-container {
align-items: center;
}

.post {
width: 50rem;
}
}

0 comments on commit fad6183

Please sign in to comment.