1,278
edits
Line 2,025: | Line 2,025: | ||
/* ============= Social project ============= */ | /* ============= Social project ============= */ | ||
.social-project-main-title { | .social-project-main-title { | ||
padding: 3rem 0 | padding: 3rem 0 .5rem 0; | ||
text-align: center; | text-align: center; | ||
font-size: 200%; | font-size: 200%; | ||
Line 2,032: | Line 2,032: | ||
.social-project-subtitle { | .social-project-subtitle { | ||
padding: | padding: .5rem 0 2rem 0; | ||
text-align: center; | text-align: center; | ||
font-size: 150%; | font-size: 150%; | ||
color: grey; | color: grey; | ||
} | |||
/* ============= Our story ============= */ | |||
.our-story-main-title { | |||
padding: 2rem 0; | |||
font-size: 150%; | |||
color: #2B6CA3; | |||
} | } |