Skip to content

Commit

Permalink
lets add tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
IgnaceMaes committed Aug 18, 2024
1 parent e8f3f64 commit 518e3cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/templates/about.gts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export default class ApplicationTemplate extends Component {
>🎥 Scroll-driven animations</a></li>
</ul>

<div class="grid grid-cols-4 md:grid-cols-8 mt-16 gap-8">
<div class="grid grid-cols-3 md:grid-cols-6 lg:grid-cols-9 mt-16 gap-8">
<img src="/images/ember.svg" alt='ember' class='w-full h-full' />
<img src="/images/embroider.svg" alt='embroider' class='w-full h-full' />
<img src="/images/vite.svg" alt='vite' class='w-full h-full' />
Expand All @@ -120,6 +120,7 @@ export default class ApplicationTemplate extends Component {
<img src="/images/typescript.svg" alt='typescript' class='w-full h-full' />
<img src="/images/warp-drive.svg" alt='Warp Drive' class='w-full h-full' />
<img src="/images/glimmer-ts.svg" alt='Glimmer TS' class='w-full h-full' />
<img src="/images/tailwind.svg" alt='TailwindCSS' class='w-full h-full' />
</div>
</section>
</template>
Expand Down
1 change: 1 addition & 0 deletions public/images/tailwind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 518e3cd

Please sign in to comment.