File tree Expand file tree Collapse file tree 1 file changed +16
-5
lines changed
packages/unity-bootstrap-theme/src/scss/extends Expand file tree Collapse file tree 1 file changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ blockquote:before {
6868
6969 }
7070
71+
7172 .citation {
7273 display : flex ;
7374
@@ -182,19 +183,29 @@ blockquote:before {
1821833. Blockquote, mobile only
183184------------------------------------------------------------------- */
184185
186+
185187@include media-breakpoint-down (sm) {
186- .uds-blockquote.no-cite.with-image {
188+ .uds-blockquote , .uds-blockquoteAnimated {
187189 display : flex ;
188190 flex-direction : column ;
189- align-items : center ;
191+ align-items : flex-start ;
190192
191- blockquote ,
192- h3 {
193- text-align : center ;
193+ svg {
194+ margin-bottom : $uds-size-spacing-1 ;
195+ width : $uds-size-spacing-5 ;
196+ }
197+
198+ blockquote {
199+ width : 100% ;
200+ }
201+
202+ .citation {
203+ width : 100% ;
194204 }
195205 }
196206}
197207
208+
198209/* ------------------------------------------------------------------
1992104. Blockquote, desktop
200211------------------------------------------------------------------- */
You can’t perform that action at this time.
0 commit comments