Add giant margin to bottom of Class Feed

This commit is contained in:
Tanner Collin 2023-05-25 19:19:12 +00:00
parent dddfd06b24
commit 8f05ba9884

View File

@ -298,6 +298,8 @@ export function ClassFeed(props) {
: :
<p>Loading...</p> <p>Loading...</p>
} }
<p style={{ marginBottom: '30rem' }}/>
</Container> </Container>
); );
}; };