Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ductiletoaster committed Jan 26, 2024
1 parent 7ec6cbb commit d00c54e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion site/src/app/page.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
#me h2 {
text-transform: uppercase;
}
#cover, #resume {
#cover,
#resume {
line-height: 24px;
}
.row {
Expand Down
3 changes: 1 addition & 2 deletions site/src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function Home() {
</div>
<div id={styles.content}>
<div id={styles.cover} className={styles["hide-on-print"]}>
<div className={styles.row}>
<div className={styles.row}>
<div className={`${styles.category} ${styles.column}`}>
<h4>Summary</h4>
</div>
Expand Down Expand Up @@ -63,7 +63,6 @@ export default function Home() {
</div>
</div>
<div id={styles.resume}>

<div className={styles.row}>
<div className={`${styles.category} ${styles.column}`}>
<h4>Experience</h4>
Expand Down

0 comments on commit d00c54e

Please sign in to comment.