Skip to content

Commit

Permalink
Remove underline
Browse files Browse the repository at this point in the history
  • Loading branch information
naoki-tomita committed Apr 21, 2023
1 parent 722e73b commit ba17788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,12 @@ const CenteredFlex = styled.div`
const Heading1 = styled.h1`
text-align: center;
font-size: 4.2em;
border: none;
`;

const Heading2 = styled.h2`
text-align: center;
border: none;
`;

const Index: Component = () => {
Expand Down

0 comments on commit ba17788

Please sign in to comment.