fix(web): correct styling for servers listing recents/all headers

This commit is contained in:
41666 2021-03-13 19:17:07 -05:00
parent 994d7bba2c
commit 219ea2228b
2 changed files with 7 additions and 3 deletions

View file

@ -21,3 +21,7 @@ export const CardContainer = styled.div`
max-width: 30%;
`)}
`;
export const SectionHead = styled.div`
flex: 1 1 100%;
`;