Skip to content

Commit d8ccd6f

Browse files
author
Peter Wiegand
committed
updates headline capitalization and logo styling
1 parent 63878b2 commit d8ccd6f

2 files changed

Lines changed: 5 additions & 12 deletions

File tree

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ <h1 itemprop="name">Sensemaking AI | Jigsaw</h1>
133133
<div class="glue-grid__col glue-grid__col--span-2 glue-grid__col--span-0-md glue-grid__col--span-0-sm"></div>
134134
<div class="glue-grid__col glue-grid__col--span-8 glue-grid__col--span-12-md glue-grid__col--span-12-sm">
135135
<h1 class="glue-headline glue-headline--headline-2 app-headline app-headline--headline-2 glue-spacer-3-bottom">
136-
Transform Public Input into Actionable Policy Insights</h1>
136+
Transform Public Input Into Actionable Policy Insights</h1>
137137
<p class="glue-body--large app-body--large">
138138
Sensemaking is a suite of AI tools designed to help policymakers gather and understand public opinion at scale –
139139
quickly. By combining the power of AI interviewing and automated report generation features, we bridge the gap between individual voices and actionable policy insights.</p>
@@ -229,7 +229,7 @@ <h3 class="glue-headline app-headline glue-headline--headline-5 app-headline--he
229229
<div class="app-carousel__slide glue-grid">
230230
<div class="app-carousel__slide__content-wrapper glue-grid__col glue-grid__col--span-6 glue-grid__col--span-12-md glue-grid__col--align-middle glue-order-1 glue-order-2-md glue-order-2-sm">
231231
<div class="app-carousel__slide__content">
232-
<h2 class="glue-headline app-headline glue-headline--headline-4 app-headline--headline-4">Bowling Green’s 25-year-plan</h2>
232+
<h2 class="glue-headline app-headline glue-headline--headline-4 app-headline--headline-4">Bowling Green’s 25-Year-Plan</h2>
233233
<p>Local leaders in Bowling Green, Kentucky, founded BG2050, an initiative to plan for the next 25 years of growth, and used Jigsaw’s Sensemaking to shape it.</p>
234234
<p>
235235
Warren County’s government launched a month-long online conversation, <em><a href="http://whatcouldbgbe.com" target="_blank" rel="noopener noreferrer">What Could BG Be</a></em

src/styles/app/components/use-sensemaking/_use-sensemaking.scss

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -45,19 +45,12 @@
4545
align-items: center;
4646
display: flex;
4747
flex-wrap: wrap;
48-
49-
@include glue-breakpoints-mixins.bp(lg) {
50-
justify-content: center;
51-
}
48+
justify-content: center;
5249
}
5350

5451
&__logo {
55-
height: 72px;
5652
object-fit: contain;
57-
width: auto;
58-
59-
@include glue-breakpoints-mixins.bp(lg) {
60-
height: 86px;
61-
}
53+
width: 100%;
54+
max-width:156px;
6255
}
6356
}

0 commit comments

Comments
 (0)