1
0
Fork 0

fix: Fixed blockquote width on XS screens

This commit is contained in:
Joost De Cock 2019-10-06 15:01:20 +02:00
parent dc4acc0aa5
commit ecf9c42db9

View file

@ -49,6 +49,7 @@ blockquote.warning {
border-left: 0;
border-right: 0;
border-radius: 0;
width: 100%;
svg.icon {
left: calc(50% - 18px);
top: -18px;
@ -56,7 +57,6 @@ blockquote.warning {
}
}
.theme-wrapper.dark {
blockquote {
background: $oc-gray-8;