Skip to content

Commit

Permalink
폰트 크기 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
riroan committed May 6, 2024
1 parent 1522b17 commit c7923c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion riroan/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function App() {
<Div>
<H1 style={{ borderBottom: 0 }}>
{t('7943af7b87')}
<Assist> riroan</Assist>
<Assist style={{ fontSize: 20 }}> riroan</Assist>
</H1>
<P>
<Information icon={<MdOutlineCake size={20} style={iconStyle} />}>1998. 09. 09.</Information>
Expand Down
12 changes: 6 additions & 6 deletions riroan/src/components/Utility/Utility.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,18 @@

@media screen and (min-width: 768px) {
.container {
height: 70px;
width: 70px;
line-height: 70px;
height: 60px;
width: 60px;
line-height: 60px;
right: 50px;
bottom: 50px;
border-radius: 35px;
font-size: 35px;
margin-top: 20px;
font-size: 30px;
margin-top: 15px;
}

.container:hover {
font-size: 40px;
font-size: 35px;
transition: font-size 0.1s ease 0s;
}
}
Expand Down

0 comments on commit c7923c0

Please sign in to comment.