Skip to content

Commit aa837b9

Browse files
committed
fix marginand what we do section
1 parent 60dbde9 commit aa837b9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/App.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686

8787
.large-card {
8888
display: flex;
89+
padding: 1.5rem;
8990
align-items: center;
9091
text-align: center;
9192
background-color: #A54440;

src/App.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ function App() {
2020

2121
<div className="main">
2222
<LargeImageCard/>
23-
<h2 className="p-2 text-center">WORKSHOPS</h2>
24-
<p className="p-2 text-center">Making A Difference</p>
23+
<h2 className="p-2 text-center">WHAT WE DO</h2>
24+
<p className="p-2 text-center">Workshops & 12-Week Programs</p>
2525
<p className="p-5 text-center">ScalaBridge workshops are free and available for underrepresented minorities in tech. The program usually take students through the basics of programming in Scala, teaching students functional programming and Scala fundamentals. Currently, we have one-day long workshops and as well as 12-week programs across the globe.</p>
2626
<div className="flex-container">
2727
<ImageCard topText="ADVOCACY" bottomText ="Helping The Community" image="card1.png" bgColor="#085255"/>

0 commit comments

Comments
 (0)