Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
hudadamar21 committed Jul 17, 2022
1 parent 525ed3e commit 3be0d47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h2 class="text-[30px] md:text-[40px] lg:text-[64px] leading-tight font-bold text-start lg:text-center">
{{ .Site.Params.Landing_title }}
</h2>
<p class="mt-3 leading-normal text-sm md:text-base lg:text-xl w-[75%] text-start lg:text-center">
<p class="mt-3 leading-normal text-sm md:text-base lg:text-xl w-full lg:w-[75%] text-start lg:text-center">
{{ .Site.Params.Landing_description }}
</p>

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "soundtown",
"version": "1.0.0",
"version": "1.0.1",
"description": "SoundTown is an online music collaboration platform, focused on iterating on small ideas into big ideas. The main functionality at the moment is communication across groups/teams of people, uploading audio files and commenting on them.",
"scripts": {
"watch": "npx tailwindcss -i ./tailwind.css -o ./static/assets/css/styles.css --watch --minify",
Expand Down

0 comments on commit 3be0d47

Please sign in to comment.