Skip to content
Snippets Groups Projects

Fixed column wrapping issue

1 file
+ 12
0
Compare changes
  • Side-by-side
  • Inline
@@ -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/
Loading