diff --git a/src/_includes/initiatives.html b/src/_includes/initiatives.html index 2bf72022..663de3f8 100644 --- a/src/_includes/initiatives.html +++ b/src/_includes/initiatives.html @@ -1,5 +1,5 @@ - + @@ -43,7 +43,7 @@ Explore our initiatives > diff --git a/src/partners.html b/src/partners.html index 76ed319c..43dc96cd 100644 --- a/src/partners.html +++ b/src/partners.html @@ -7,7 +7,7 @@ {% include clipped-header.html %} {% include clipped-stats.html %} - + Partners diff --git a/src/press.html b/src/press.html index 1749bf06..44ced465 100644 --- a/src/press.html +++ b/src/press.html @@ -7,7 +7,7 @@ {% include clipped-header.html %} - + Press Below you’ll find news about Cal-ITP and our initiatives, including press releases and media coverage about new launches and project milestones. Interested in getting in touch? Reach out to us at - + Resources diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index 89d4f961..ba029495 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -379,7 +379,8 @@ footer a:hover { border-color: rgba(var(--bs-white-rgb), 0.8); } -.clipped, +.clipped-header, +.clipped-initiatives, .clipped-contact-start, .clipped-contact-end, .clipped-stat-start, @@ -434,7 +435,8 @@ footer a:hover { line-height: var(--footer-nav-height); } - .clipped, + .clipped-header, + .clipped-initatives, .clipped-contact-start, .clipped-contact-end, .clipped-stat-start, @@ -444,7 +446,12 @@ footer a:hover { border-radius: 0; } - .clipped { + .clipped-initiatives { + -webkit-clip-path: url(#path-initiatives); + clip-path: url(#path-initiatives); + } + + .clipped-header { -webkit-clip-path: url(#path-header); clip-path: url(#path-header); }
diff --git a/src/press.html b/src/press.html index 1749bf06..44ced465 100644 --- a/src/press.html +++ b/src/press.html @@ -7,7 +7,7 @@ {% include clipped-header.html %}
Below you’ll find news about Cal-ITP and our initiatives, including press releases and media coverage about new launches and project milestones. Interested in getting in touch? Reach out to us at - + Resources diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index 89d4f961..ba029495 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -379,7 +379,8 @@ footer a:hover { border-color: rgba(var(--bs-white-rgb), 0.8); } -.clipped, +.clipped-header, +.clipped-initiatives, .clipped-contact-start, .clipped-contact-end, .clipped-stat-start, @@ -434,7 +435,8 @@ footer a:hover { line-height: var(--footer-nav-height); } - .clipped, + .clipped-header, + .clipped-initatives, .clipped-contact-start, .clipped-contact-end, .clipped-stat-start, @@ -444,7 +446,12 @@ footer a:hover { border-radius: 0; } - .clipped { + .clipped-initiatives { + -webkit-clip-path: url(#path-initiatives); + clip-path: url(#path-initiatives); + } + + .clipped-header { -webkit-clip-path: url(#path-header); clip-path: url(#path-header); }
diff --git a/src/stylesheets/main.css b/src/stylesheets/main.css index 89d4f961..ba029495 100644 --- a/src/stylesheets/main.css +++ b/src/stylesheets/main.css @@ -379,7 +379,8 @@ footer a:hover { border-color: rgba(var(--bs-white-rgb), 0.8); } -.clipped, +.clipped-header, +.clipped-initiatives, .clipped-contact-start, .clipped-contact-end, .clipped-stat-start, @@ -434,7 +435,8 @@ footer a:hover { line-height: var(--footer-nav-height); } - .clipped, + .clipped-header, + .clipped-initatives, .clipped-contact-start, .clipped-contact-end, .clipped-stat-start, @@ -444,7 +446,12 @@ footer a:hover { border-radius: 0; } - .clipped { + .clipped-initiatives { + -webkit-clip-path: url(#path-initiatives); + clip-path: url(#path-initiatives); + } + + .clipped-header { -webkit-clip-path: url(#path-header); clip-path: url(#path-header); }