this seems unwise
This commit is contained in:
parent
b5ae86ade4
commit
12f7995358
1 changed files with 6 additions and 1 deletions
|
|
@ -3,6 +3,7 @@
|
||||||
<!-- <button @click="isOpen=true">Open</button> -->
|
<!-- <button @click="isOpen=true">Open</button> -->
|
||||||
<!-- Project Card -->
|
<!-- Project Card -->
|
||||||
<div @click="isOpen=true" class="card">
|
<div @click="isOpen=true" class="card">
|
||||||
|
<!-- <div class="project-image"></div> -->
|
||||||
<img class="project-image" :src="props.src">
|
<img class="project-image" :src="props.src">
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h2>{{props.title}}</h2>
|
<h2>{{props.title}}</h2>
|
||||||
|
|
@ -56,7 +57,7 @@ const props = defineProps<{
|
||||||
|
|
||||||
.top-level{
|
.top-level{
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card{
|
.card{
|
||||||
|
|
@ -79,6 +80,10 @@ const props = defineProps<{
|
||||||
|
|
||||||
.project-image{
|
.project-image{
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
/* height: 100px; */
|
||||||
|
object-fit: cover;
|
||||||
|
background-color: aqua;
|
||||||
|
margin-bottom: -7px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content{
|
.content{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue