.qt { position:relative; border-radius:10px; padding:20px; border: 1px dashed; margin-left: 6%; margin-right: 6%; } /* mobile */ @media screen and (max-width: 996px) { .qt { margin-left:0; margin-right:0; } } .qt:before { position:absolute; left:2%; top:-18px; box-sizing:border-box; content: ""; mask: url("bxs--quote-left.svg") no-repeat 50% 50%; mask-size: cover; background-color: var(--ifm-font-color-secondary); padding-top:12px; width: 32px; height:32px; } .qt cite { font-weight: bold; display:block; font-style:normal; margin-bottom: var(--ifm-paragraph-margin-bottom); font-size: calc(var(--ifm-font-size-base)*1.05); }