Skip to content

Commit 8174b98

Browse files
committed
small styling changes
1 parent 58a7cb6 commit 8174b98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Converter/Converter.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,14 +42,14 @@ class Converter extends Component {
4242
<div className="row pt-4 mb-3">
4343
<div className="col-12 text-center">
4444
<h1 className="h3 font-weight-normal">
45-
English-Greek Dictionary
45+
Greek Beta Code Converter
4646
</h1>
4747
</div>
4848
</div>
4949

5050
<div className={`row ${styles.row}`}>
5151
<div className="col-6">
52-
<h4>Greek Unicode</h4>
52+
<h4 className="text-center">Greek Unicode</h4>
5353
<textarea
5454
className={`${styles.textarea} form-control input-lg`}
5555
type="text"
@@ -64,7 +64,7 @@ class Converter extends Component {
6464
</div>
6565

6666
<div className="col-6">
67-
<h4>Beta Code</h4>
67+
<h4 className="text-center">Beta Code</h4>
6868
<textarea
6969
className={`${styles.textarea} form-control input-lg`}
7070
type="text"

0 commit comments

Comments
 (0)