Skip to content

Commit

Permalink
Tweaks to support changes in theme template
Browse files Browse the repository at this point in the history
  • Loading branch information
joedolson committed Jul 27, 2024
1 parent 4486af7 commit f0e4a71
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/assets/css/wp-conference-schedule-pro.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,14 @@
bottom: 4px;
}

.talk-title-meta:has(h1) {
margin-bottom: 1.25rem;
}

.talk-title-meta h1 {
margin-bottom: 0;
}

.single-wpcsp_sponsor .wpcsp-sponsor-swag h2 {
margin-top: 0;
font-size: 1em;
Expand Down Expand Up @@ -86,19 +94,13 @@
display: block;
}

.talks-wrapper{
.talks-wrapper {
display: flex;
gap: 10px 50px;
flex-wrap: wrap;
padding: 0;
}

.talk-track{
font-weight: bold;
text-decoration: underline;
font-size: 1.4em;
}

.single-wpcsp_speaker .entry .entry-content > * {
max-width: 100%;
}
Expand Down

0 comments on commit f0e4a71

Please sign in to comment.