Skip to content

Commit

Permalink
Add chocomision (#60)
Browse files Browse the repository at this point in the history
* Add responsive chocomision component

* CHORE: code formatting

* Add title

* Change chocomision, title and hero to be responsive

* format code

* FIX: kokoa logo

* FIX: format
  • Loading branch information
alicarpio authored Sep 22, 2024
1 parent 8c0d246 commit ddf7889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,6 @@ Thumbs.db
# Vite
vite.config.js.timestamp-*
vite.config.ts.timestamp-*

#Webstorm
.idea/
3 changes: 2 additions & 1 deletion src/routes/Chocomision.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script>
import Title from "$lib/components/Title.svelte";
import logoKokoa from "$lib/assets/logos/logo-semib.png";
</script>

<section
Expand All @@ -19,7 +20,7 @@
</div>
<img
id="logo_kokoa"
src="/src/lib/assets/logos/logo-semib.png"
src={logoKokoa}
alt="Logo de KOKOA"
class="md:mr-15 mt-4 w-44 sm:mt-0 sm:w-44 md:mr-[7rem] md:w-48 lg:w-72"
/>
Expand Down

0 comments on commit ddf7889

Please sign in to comment.