@@ -5,43 +5,39 @@ import ColorSection from 'components/Branding/ColorSection/ColorSection';
55import FontSection from 'components/Branding/FontSection/FontSection' ;
66import OutboundLink from 'components/OutboundLink/OutboundLink' ;
77import { s3 } from 'common/constants/urls' ;
8- import { cx } from 'common/utils/cva' ;
9- import styles from 'styles/branding.module.css' ;
108
119const pageTitle = 'Branding Guide' ;
1210
1311function Branding ( ) {
1412 return (
15- < div className = { cx ( styles . Branding , '[*_p]:px-4' ) } >
13+ < >
1614 < Head title = { pageTitle } />
1715
1816 < HeroBanner className = "min-h-dvh" title = { pageTitle } >
19- < h6 className = "text-center" >
17+ < h6 className = "text-center mb-4 " >
2018 For external organizations, corporate sponsors and press, please obtain specific guidance
2119 and approval from the Director of Communications prior to using Operation Code Branding on
2220 public platforms. You may email your request to marketing@operationcode.org
2321 </ h6 >
2422
25- < br / >
23+ < h6 > General Guidelines </ h6 >
2624
27- < h6 className = { styles . topMargin } > General Guidelines</ h6 >
28-
29- < p >
25+ < p className = "m-4" >
3026 The size ratio between the star and the medallion changes depending on the size of
3127 reproduction. Please make use of the appropriate sized logo when creating collateral.
3228 </ p >
3329
34- < p >
30+ < p className = "m-4" >
3531 In most cases, use the blue-accent version of the logo. The red-accent is delivered for
3632 special uses only.
3733 </ p >
3834
39- < p >
35+ < p className = "m-4" >
4036 Please note: Images may appear larger or smaller than they appear on your device, but the
4137 files linked are "large" or "small" as described.
4238 </ p >
4339
44- < p >
40+ < p className = "m-4" >
4541 View{ ' ' }
4642 < a
4743 rel = "noreferrer"
@@ -52,7 +48,7 @@ function Branding() {
5248 </ a >
5349 </ p >
5450
55- < p >
51+ < p className = "m-4" >
5652 < OutboundLink
5753 analyticsEventLabel = "Branding EPS Download"
5854 href = { `${ s3 } Operation-Code-Logo.eps` }
@@ -65,7 +61,7 @@ function Branding() {
6561 < LogoSection />
6662 < ColorSection />
6763 < FontSection />
68- </ div >
64+ </ >
6965 ) ;
7066}
7167
0 commit comments