Skip to content

Commit

Permalink
fix: Bento component rules on an article
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jul 26, 2024
1 parent 3528d43 commit 50b1f1d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions public/assets/css/components/bento.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@
}

.Bento-card p {
font-size: 24px;
line-height: 1.4;
font-size: 24px !important;
line-height: 1.4 !important;
margin: 0 !important;
}

.Bento-card img {
Expand All @@ -72,9 +73,10 @@
background-color: #1e1e1e;
display: block;
color: #fff;
padding: 8px 15px;
padding: 0 15px;
border-radius: 20px;
margin: 10px 0 0 0;
font-size: 16px;
}

.Bento-card-title {
Expand Down
2 changes: 1 addition & 1 deletion src/components/BentoOrchidRelease.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<template #title>Compatible, with <u style="color: #FFFB64">Everything</u></template>
</bento-card>
<bento-card class="Bento-card Bento-card--5" background="/assets/images/bento/bento-1/top-right.svg"
image="/assets/images/3rd-party/logo-android.svg" imageSize="140px" margin="30px 100px 0 0"
image="/assets/images/3rd-party/logo-android.svg" imageSize="140px" margin="0 100px 0px 0px"
bgcolor="#F2FFF8" badge="Experimental">
<template #content>Lorem ipsum dolor sit amet consectetur adipiscing elit Ut et massa mi. Aliquam in
hendrerit urna. Pellentesque sit amet sapien.</template>
Expand Down

0 comments on commit 50b1f1d

Please sign in to comment.