Skip to content

Commit

Permalink
unset css posts on user page
Browse files Browse the repository at this point in the history
  • Loading branch information
katelinlis authored Sep 9, 2021
1 parent 93b0759 commit a01e0cb
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion views/css/user.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,16 @@
#posts > div{
margin-bottom: 15px;
}

#posts{
width:100%
margin-left: unset;
}

@media screen and (orientation: portrait) {
#posts{
width:100%
margin-left: unset;
}
.userAvatarAndAbout{
display: block;
}
Expand Down

0 comments on commit a01e0cb

Please sign in to comment.