Skip to content

Commit

Permalink
Resume: responsive margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ptitfred committed Feb 27, 2024
1 parent 42d7072 commit ea92b8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion website/sass/resume.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
body {
background-color: white;
max-width: 600px;
padding: 54pt 90pt 54pt 90pt;
padding-block: 54pt;
padding-inline: clamp(10pt, 10vw, 90pt);
}

ul.tasks {
Expand Down

0 comments on commit ea92b8f

Please sign in to comment.