Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
inker committed Jul 6, 2024
1 parent d84707e commit 751532a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/containers/LeagueStage/MatchesTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import getCountryFlagUrl from '#utils/getCountryFlagUrl';
import { type Country } from '#model/types';

const Table = styled.table`
flex-shrink: 0;
table-layout: fixed;
border-collapse: collapse;
border: 1px double rgb(128 128 128);
font-size: 10px;
Expand Down
4 changes: 4 additions & 0 deletions src/containers/LeagueStage/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ const Root = styled.div`
const MatrixWrapper = styled.div`
display: flex;
gap: 16px;
@media (orientation: portrait) {
flex-direction: column;
}
`;

interface Props {
Expand Down

0 comments on commit 751532a

Please sign in to comment.