Skip to content

Commit

Permalink
Merge pull request #390 from jstruve-catalysis/main
Browse files Browse the repository at this point in the history
Kubecon 24 NA page
  • Loading branch information
jstruve-catalysis authored Oct 28, 2024
2 parents c6e4bbf + 5f11da8 commit 3b4a423
Show file tree
Hide file tree
Showing 4 changed files with 521 additions and 2 deletions.
12 changes: 10 additions & 2 deletions website/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -264,12 +264,14 @@ h2 {
}

.card .card-body h2,
.card .card-body h3 {
.card .card-body h3,
.card .card-body h4 {
font-size: 1.25rem;
}

.card-body > h2,
.card-body > h3 {
.card-body > h3,
.card-body > h4 {
font-size: 1.25rem!important;
}

Expand All @@ -284,6 +286,7 @@ h2 {
font-weight: 600!important;
font-size: 1rem!important;
padding: .75rem 1rem;
text-decoration: none!important;
}

.button--primary {
Expand Down Expand Up @@ -486,4 +489,9 @@ hr {
border-radius: .5rem;
border: 1px solid #e6f2fb;
margin-bottom:1rem;
}

.link-blue {
color: var(--link)!important;
text-decoration: underline;
}
Loading

0 comments on commit 3b4a423

Please sign in to comment.