Skip to content

Commit

Permalink
Added notebook title x padding
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-panhead committed Oct 25, 2023
1 parent a05ffcf commit 5af23f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/lab-notebook/Notebook.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import NotebookBody from '@/components/lab-notebook/NotebookBody.vue'
<template>
<div>
<div class="m-auto">
<h1 class="font-title text-center text-title-sm lg:text-title text-gold mt-4">
<h1 class="font-title text-center text-title-sm lg:text-title text-gold mt-4 px-4">
<slot name="title"></slot>
</h1>
</div>
Expand Down

0 comments on commit 5af23f5

Please sign in to comment.