Skip to content

Commit

Permalink
Merge pull request #60 from ptitfred/resume/responsive-margins
Browse files Browse the repository at this point in the history
Resume: responsive margins
  • Loading branch information
ptitfred authored Feb 27, 2024
2 parents 42d7072 + ea92b8f commit 97d3d06
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 97d3d06

Please sign in to comment.