use smaller template

This commit is contained in:
SrGooglo 2023-03-15 19:23:04 +00:00
parent 5d46387b7d
commit df3ae4846a
2 changed files with 3 additions and 2 deletions

View File

@ -140,7 +140,7 @@ export default class PagePanels extends React.Component {
} }
case 3: { case 3: {
return { return {
gridTemplateColumns: "1fr 1fr 1fr", gridTemplateColumns: "0.5fr 1fr 0.5fr",
} }
} }
} }

View File

@ -7,6 +7,7 @@
grid-row-gap: 0px; grid-row-gap: 0px;
width: 100%; width: 100%;
height: 100%;
.panel { .panel {
position: sticky; position: sticky;
@ -20,7 +21,7 @@
align-items: center; align-items: center;
&.full { &.full {
//height: 100%; height: 100%;
} }
&.left { &.left {