Skip to content

Commit

Permalink
Changed some padding
Browse files Browse the repository at this point in the history
  • Loading branch information
0phoff committed Feb 15, 2024
1 parent cafefa5 commit 78fdd24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/cover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const logoColorComputed = computed(() => {
grid-area: 6 / 1 / span 3 / span 16;
place-self: start center;
width: 100%;
padding: 0 2rem;
padding: 0 1.5rem;
margin-top: -1rem;
font-weight: 100;
letter-spacing: -0.01em;
Expand Down
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const props = defineProps({
.slot-default {
/* TITLE */
&> :deep(:where(h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child)) {
@apply mt-2 mx-6;
@apply mt-2 mx-9;
}
}
}
Expand Down

0 comments on commit 78fdd24

Please sign in to comment.