Skip to content

feat: 更改字体大小 #64

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 21 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update App.js
  • Loading branch information
itchat authored Nov 26, 2022
commit da8f54f1a9c785e439762aadcb601d784bc84e7f
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ class App extends Component {
const resumeStyle = {
border: isExported ? "none" : "1px solid black",
boxShadow: isExported ? "none" : "0px 0px 4px",
margin: isExported ? "0px" : "80px 0"
margin: isExported ? "0px" : "0px 0"
};
return (
<div id="app" className={classes.app}>
Expand Down