We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f54d583 commit 5ecf731Copy full SHA for 5ecf731
src/pages/index.css
@@ -626,9 +626,9 @@ html[data-theme="dark"] .hero-terminal-screen::-webkit-scrollbar-thumb:hover {
626
.feature-grid {
627
display: grid;
628
grid-template-columns: repeat(2, 1fr);
629
+ grid-auto-rows: 1fr;
630
gap: 2.0rem;
631
width: 100%;
- justify-items: center;
632
max-width: 100%;
633
}
634
@@ -640,6 +640,7 @@ html[data-theme="dark"] .hero-terminal-screen::-webkit-scrollbar-thumb:hover {
640
border: 1px solid var(--home-panel-border);
641
min-width: 240px;
642
643
+ height: 100%;
644
display: flex;
645
flex-direction: column;
646
gap: 0.8rem;
0 commit comments