Skip to content

Commit

Permalink
v1.3.3 - Added version number and date
Browse files Browse the repository at this point in the history
  • Loading branch information
kaubu committed Dec 1, 2023
1 parent 927cf20 commit d97aa36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dist/output.css
Original file line number Diff line number Diff line change
Expand Up @@ -2472,6 +2472,14 @@ details.collapse summary::-webkit-details-marker {
margin-top: 1rem;
}

.mb-10 {
margin-bottom: 2.5rem;
}

.mt-10 {
margin-top: 2.5rem;
}

.flex {
display: flex;
}
Expand Down
3 changes: 2 additions & 1 deletion src/views/Generator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
<div class="container mx-auto">
<div class="prose">
<h1 class="grow my-5">Anglish Name Generator</h1>
<sub class="grow"><center>v1.3.3 (2023-12-01)</center></sub>
</div>

<div class="content-stretch" style="max-width: 20%; min-width: 265px;">
<div class="content-stretch mt-8" style="max-width: 20%; min-width: 265px;">
<form>
<label class="label cursor-pointer">
<span class="label-text">Living names (215)</span>
Expand Down

0 comments on commit d97aa36

Please sign in to comment.