Skip to content

Commit

Permalink
Style the post container
Browse files Browse the repository at this point in the history
  • Loading branch information
helenclx committed Feb 6, 2024
1 parent fa20385 commit f7110c8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions m4-oldagram/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,12 @@ body {
width: 3rem;
}

.post-container {
display: flex;
flex-direction: column;
gap: 2rem;
}

.post__author--name,
.post__content-likes,
.post__content--username {
Expand All @@ -144,6 +150,10 @@ body {
gap: 0.5rem;
}

.post__img {
width: 100%;
}

.post__content--icons {
display: flex;
gap: 0.75rem;
Expand Down

0 comments on commit f7110c8

Please sign in to comment.