Skip to content

Commit

Permalink
Update main.css
Browse files Browse the repository at this point in the history
  • Loading branch information
cieslarmichal authored Dec 3, 2023
1 parent 747580a commit f919386
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/main.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
a.header-style {
color: #10b981 !important;
font-size: 18px;
font-size: 22px;
font-weight: bold;
font-family: Arial
}

a.text-style {
color: #476582 !important;
font-size: 15px;
font-size: 16px;
font-weight: 400;
font-family: Arial
}
Expand All @@ -34,13 +34,13 @@ ul {
}

@media (min-width: 600px) {
.cards {
.api-groups {
grid-template-columns: repeat(2, 1fr);
}
}

@media (min-width: 900px) {
.cards {
.api-groups {
grid-template-columns: repeat(3, 1fr);
}
}

0 comments on commit f919386

Please sign in to comment.