Skip to content
Snippets Groups Projects
Commit 808aa373 authored by Ravi Kant kumawat's avatar Ravi Kant kumawat Committed by Vladimir Roudakov
Browse files

Issue #3378151: "Styleguide" page is not styled as bootstrap cheatsheet

parent cbd2730d
No related branches found
No related tags found
1 merge request!3Fixed column wrapping issue
......@@ -2,6 +2,18 @@ body {
scroll-behavior: smooth;
}
@media (min-width: 1200px) {
.block-system-main-block {
display: grid;
grid-template-rows: auto;
grid-template-columns: 1fr 4fr 1fr;
gap: 1rem;
margin-top: -4rem;
position: relative;
z-index: -1;
}
}
/**
* Bootstrap "Journal code" icon
* @link https://icons.getbootstrap.com/icons/journal-code/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment