Skip to content

Commit

Permalink
idk. more tabs.
Browse files Browse the repository at this point in the history
  • Loading branch information
CherrelleTucker authored Dec 24, 2024
1 parent d1a66db commit d1c1f5f
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions _tabs/Home.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,17 @@ tags: [overview]

.solutions-wrapper {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
grid-template-columns: repeat(2, 1fr);
gap: 1.5rem;
margin: 1rem 0 3rem 0;
}

@media (max-width: 768px) {
.solutions-wrapper {
grid-template-columns: 1fr;
}
}

.solution-card {
background: var(--card-bg);
border: 1px solid var(--border-color);
Expand Down Expand Up @@ -199,16 +205,18 @@ tags: [overview]
}

.card-content li {
margin: 0.8rem 0;
padding-left: 1.2rem;
margin: 0.5rem 0;
position: relative;
display: flex;
align-items: baseline;
}

.card-content li:before {
content: "";
position: absolute;
left: 0;
content: "";
margin-right: 0.5rem;
color: var(--link-color);
font-size: 1.2em;
line-height: 1;
}

.solution-link {
Expand Down

0 comments on commit d1c1f5f

Please sign in to comment.