Skip to content

Commit

Permalink
more sensible content padding
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelcmtd committed Jul 11, 2024
1 parent de778c0 commit fa33849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if (!title.includes(kc)) title += " | " + kc;

<style>
div#content {
padding: 12px;
padding: 12px calc(0.666vw - 4px) 0 calc(0.666vw - 4px);
margin: auto;
}
@media screen and (width <= 600px) {
Expand Down

0 comments on commit fa33849

Please sign in to comment.