Skip to content
Snippets Groups Projects
Commit b9437b45 authored by Ravi Kant kumawat's avatar Ravi Kant kumawat
Browse files

Fixed column wrapping issue

parent cbd2730d
No related branches found
No related tags found
1 merge request!3Fixed column wrapping issue
...@@ -2,6 +2,18 @@ body { ...@@ -2,6 +2,18 @@ body {
scroll-behavior: smooth; 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 * Bootstrap "Journal code" icon
* @link https://icons.getbootstrap.com/icons/journal-code/ * @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