We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571c756 commit 706049fCopy full SHA for 706049f
pkgdown/extra.scss
@@ -23,19 +23,18 @@
23
24
/* ---- Callouts ---- */
25
.callout {
26
- position: relative;
27
border: 1px solid var(--bs-primary);
28
padding: 1rem 2rem;
29
margin: 1rem 0;
30
border-radius: var(--bs-border-radius);
31
- display: flex;
32
- flex-direction: row;
+ display: grid;
+ grid-template-columns: auto 1fr;
33
align-items: center;
34
gap: 3rem;
35
background: #7176b817;
36
37
p {
38
- margin: auto;
+ margin: 10px 0;
39
}
40
41
@@ -49,7 +48,7 @@
49
48
border-radius: 50%;
50
color: var(--bs-body-bg);
51
background-color: $color;
52
- width: 3rem;
+ width: 2rem;
53
height: 2rem;
54
display: inline-flex;
55
0 commit comments