mirror of
https://github.com/seanmorley15/AdventureLog.git
synced 2025-07-28 09:19:37 +02:00
Update AdventureCard and Navbar components
This commit is contained in:
parent
301e630405
commit
a0f07a9980
3 changed files with 9 additions and 9 deletions
|
@ -17,7 +17,7 @@
|
|||
}
|
||||
</script>
|
||||
|
||||
<div class="card min-w-max w-96 bg-neutral shadow-xl overflow-hidden">
|
||||
<div class="card min-w-max lg:w-96 md:w-80 sm:w-60 xs:w-40 bg-neutral shadow-xl overflow-hidden">
|
||||
<div class="card-body">
|
||||
<h2 class="card-title overflow-ellipsis">{name}</h2>
|
||||
<p><img src={locationDot} class="inline-block -mt-1 mr-1" alt="Logo" />{location}</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue