feat: add shadows to boxes
pop, less flat
This commit is contained in:
parent
4b0950dcd0
commit
006c1494ca
@ -16,7 +16,9 @@ const descText =
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="story-card p-4">
|
<div
|
||||||
|
class="break-words max-w-full rounded-lg p-4 shadow-md border border-2 border-gray-300"
|
||||||
|
>
|
||||||
<h3 class="m-0">
|
<h3 class="m-0">
|
||||||
<a
|
<a
|
||||||
:href="post._path"
|
:href="post._path"
|
||||||
@ -50,12 +52,3 @@ const descText =
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped>
|
|
||||||
.story-card {
|
|
||||||
border: 0.1rem solid gray;
|
|
||||||
max-width: 100%;
|
|
||||||
border-radius: 0.5rem;
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user