mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-09 00:19:12 +00:00
Code,
This commit is contained in:
@@ -47,6 +47,8 @@ const callout = block.Callout
|
||||
<style>
|
||||
.callout {
|
||||
display: flex;
|
||||
align-items: flex-start;
|
||||
box-sizing: border-box;
|
||||
margin: 0.4rem auto;
|
||||
padding: 16px 12px;
|
||||
width: 100%;
|
||||
@@ -60,6 +62,8 @@ const callout = block.Callout
|
||||
background: rgba(235, 236, 237, 0.6);
|
||||
}
|
||||
.callout > div {
|
||||
min-width: 0;
|
||||
flex: 1 1 auto;
|
||||
margin: 0;
|
||||
line-height: 1.5rem;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user