Skip to content

Commit

Permalink
Update div to section in CSS per PST changes
Browse files Browse the repository at this point in the history
  • Loading branch information
CAM-Gerlach committed Jul 28, 2024
1 parent b922e76 commit 8a7e762
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/_static/css/custom_styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ strong {

/* Ensure FA icons applied to section divs display inline */

div.fasb h3,
div.fabb h3 {
section.fasb h3,
section.fabb h3 {
display: inline-block;
}

Expand Down Expand Up @@ -81,19 +81,19 @@ iframe {

/*** Custom colors for specific FA icons in the index page ***/

div.fa-laptop-code::before {
section.fa-laptop-code::before {
color: #4e4e4e;
}

div.fa-book::before {
section.fa-book::before {
color: #6a3514;
}

div.fa-globe-americas::before {
section.fa-globe-americas::before {
color: #1c4489;
}

div.fa-user-friends::before {
section.fa-user-friends::before {
color: #f6951f;
}

Expand All @@ -105,7 +105,7 @@ div.fa-user-friends::before {
width: 1.3em;
}

div.openteams-icon::before {
section.openteams-icon::before {
margin-right: 0;
padding-bottom: 0;
}
Expand Down

0 comments on commit 8a7e762

Please sign in to comment.