Update vertical snippets

This commit is contained in:
Jeremy Thomas 2022-06-22 00:50:03 +02:00
parent 644542a3c8
commit 1e5a1736c8
3 changed files with 3 additions and 3 deletions

View File

@ -183,7 +183,7 @@
}
}
@include tablet {
@include fullhd {
.bd-snippet.bd-is-vertical {
align-items: flex-start;
display: grid;

View File

@ -17912,7 +17912,7 @@ a.has-text-bootstrap-dark:hover, a.has-text-bootstrap-dark:focus {
top: 0;
}
@media screen and (min-width: 769px), print {
@media screen and (min-width: 1408px) {
.bd-snippet.bd-is-vertical {
align-items: flex-start;
display: grid;

File diff suppressed because one or more lines are too long