more cases accounted for

This commit is contained in:
2022-02-17 18:11:45 -06:00
parent 75bb919d4a
commit fe54ee27e9
3 changed files with 6 additions and 13 deletions

View File

@@ -126,18 +126,13 @@
/* Feed */
.content-container {
display: inline-flex;
position: relative;
top: 5rem;
flex-direction: row;
}
.feed {
display: inline-flex;
flex-direction: column;
position: relative;
align-items: center;
width: 90vw;
top: 5rem;
}
/* Page handling */

View File

@@ -7,10 +7,8 @@ function App() {
return (
<div className="App">
<Navbar />
<div className="content-container">
<div className="feed">
<Feed />
</div>
<div className="feed">
<Feed />
</div>
</div>
);

View File

@@ -28,7 +28,7 @@
img, video {
max-height: 45rem;
max-width: 75%;
max-width: 95%;
object-fit: contain;
}
@@ -100,7 +100,7 @@ img, video {
display: inline-flex;
flex-direction: column;
align-items: center;
max-width: 60%;
max-width: 80%;
}
#post-audio {