Skip to content

Commit 7032ce4

Browse files
committed
Merge branch 'fonts'
2 parents 962eda0 + 29a11dd commit 7032ce4

File tree

4 files changed

+9
-1131
lines changed

4 files changed

+9
-1131
lines changed

client/src/components/Banner.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const Banner = (props) => {
77
style={{ backgroundColor: "black", color: "white", textAlign: "center" }}
88
>
99
<div className="container">
10-
<h1 className="display-4">Motivation Station</h1>
10+
<h1 className="banner-title display-4">Motivation Station</h1>
1111
<p className="lead">Are you ready to be motivated?</p>
1212
</div>
1313
</div>

client/src/components/ExerciseService.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class ExerciseService extends React.Component {
3535
<h1 className="service-icon">{iconChoice}</h1>
3636
<button
3737
type="button"
38-
className="btn btn-dark"
38+
className="btn btn-outline-dark rounded-pill"
3939
data-toggle="modal"
4040
data-target="#exampleModal"
4141
>

0 commit comments

Comments
 (0)