Skip to content

Commit

Permalink
Slight quant gym aesthetic modifications
Browse files Browse the repository at this point in the history
  • Loading branch information
EricCui2005 committed Nov 12, 2024
1 parent fbdd3c2 commit c5fb580
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion components/quant.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import styled from 'styled-components';
import { Title } from './section';

const MainTitle = styled(Title)`
font: 36px/1 ${({ theme }) => theme.fonts.mono};
font: 40px/1 ${({ theme }) => theme.fonts.mono};
font-weight: bold;
`;

Expand Down
4 changes: 2 additions & 2 deletions pages/quantGym.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ export default function QuantGym() {
src="/quantGym/greenbook.png"
alt="Puzzle Hunt"
style={{ borderRadius: '5px' }}
width={350}
height={336}
width={275}
height={325}
/>
</Center>
<Paragraph>
Expand Down

0 comments on commit c5fb580

Please sign in to comment.