-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed Title and Subtitle for homepage
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
<% provide(:title, "Home") %> | ||
<div class="py-8"> | ||
<div class="max-w-3xl mx-auto px-4 sm:px-6 lg:px-8"> | ||
<div class="py-24"> | ||
<div class="max-w-4xl mx-auto px-4 sm:px-6 lg:px-8"> | ||
<h1 class="scroll-m-20 text-4xl font-bold tracking-tight">Shore</h1> | ||
<p class="text-lg text-gray-600">An opinionated template with pragmatic defaults to start your Ruby on Rails project 🚀</p> | ||
<p class=" max-w-2xl text-lg text-gray-600">An opinionated template with pragmatic defaults to start your Ruby on Rails project 🚀</p> | ||
<p class="text-lg text-gray-600 mt-6"> | ||
Stimulus says, | ||
<i class="italic text-indigo-600" data-controller="hello">Stimulus has not loaded yet 😥</i> | ||
<i class="text-indigo-600" data-controller="hello">Stimulus not loaded 😥</i> | ||
</p> | ||
</div> | ||
</div> |