Skip to content

Commit

Permalink
edit cv layout to fit 90
Browse files Browse the repository at this point in the history
  • Loading branch information
blewis committed Jan 3, 2025
1 parent 2776f86 commit f49e96c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions _layouts/cv.liquid
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
---
layout: default
---
<style>
/* Adjust card width */
.card {
max-width: 90%; /* Increase width of cards */
margin: 0 auto; /* Center the cards */
}
</style>

{% unless site.data.resume %}
<div class="post">
<header class="post-header">
Expand Down

0 comments on commit f49e96c

Please sign in to comment.