fix: Fixed blockquote width on XS screens
This commit is contained in:
parent
dc4acc0aa5
commit
ecf9c42db9
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue