Skip to content

Commit

Permalink
jquery.com: Copy jquery.org team page styles
Browse files Browse the repository at this point in the history
  • Loading branch information
Krinkle committed Dec 17, 2023
1 parent b5ddd37 commit b9393ca
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions themes/jquery.com/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -181,3 +181,56 @@ a,
#support-matrix td {
text-align: center;
}

/* Team */

.page-slug-team .block-grid,
.page-slug-team #content .block-grid {
display: flex;
flex-flow: row wrap;
}
.page-slug-team .block-grid li {
text-align: center;
}
.page-slug-team .block-grid img {
max-width: 100%;
margin-bottom: 10px;
}
.page-slug-team .block-grid p {
text-align: left;
}

.page-slug-team #content h2 {
color: #333;
font-size: 20px;
line-height: 20px;
font-weight: bold;
text-align: center;
margin-bottom: 5px;
}

.page-slug-team #content h3 {
color: #0769ad;
font-style: italic;
font-size: 14px;
line-height: 18px;
text-align: center;
}

.page-slug-team #content .team-list h3 {
min-height: 5px;
}

.page-slug-team #content .past-team-list h2,
.page-slug-team #content .past-team-list h3 {
text-align: left;
}
.page-slug-team #content .past-team-list h3 {
min-height: 45px;
border-bottom: 1px solid #dbdbdb;
}

.page-slug-team .center-txt {
padding-left: 10%;
padding-right: 10%;
}

0 comments on commit b9393ca

Please sign in to comment.