mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
quotes fix (#1466)
This commit is contained in:
@@ -101,10 +101,13 @@
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: pxToRem(32) pxToRem(40) 1px;
|
||||
padding: pxToRem(32) pxToRem(40);
|
||||
border-radius: $spacer * 0.5;
|
||||
background: linear-gradient(180deg, #161e33 0%, #0e1424 100%);
|
||||
color: $neutral-98;
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
details {
|
||||
|
||||
+10
@@ -111,6 +111,16 @@
|
||||
}
|
||||
}
|
||||
|
||||
blockquote {
|
||||
padding: pxToRem(32) pxToRem(24);
|
||||
border-radius: $spacer * 0.5;
|
||||
background: linear-gradient(180deg, #161e33 0%, #0e1424 100%);
|
||||
color: $neutral-98;
|
||||
p:last-child {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-up(xl) {
|
||||
width: 100%;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user