Skip to content

Commit

Permalink
style: gap 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
imeureka committed Jan 9, 2024
1 parent 3ee0d32 commit 8b6e348
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
import styled from 'styled-components';

export const TournamentStartTextWrapper = styled.article`
text-align: left;
display: flex;
flex-direction: column;
gap: 0.4rem;
margin-bottom: 2rem;
text-align: left;
`;

export const Title = styled.p`
Expand Down

0 comments on commit 8b6e348

Please sign in to comment.