Add giant margin to bottom of Class Feed
This commit is contained in:
parent
dddfd06b24
commit
8f05ba9884
|
@ -298,6 +298,8 @@ export function ClassFeed(props) {
|
||||||
:
|
:
|
||||||
<p>Loading...</p>
|
<p>Loading...</p>
|
||||||
}
|
}
|
||||||
|
|
||||||
|
<p style={{ marginBottom: '30rem' }}/>
|
||||||
</Container>
|
</Container>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user