Skip to content

Commit 7a7bb53

Browse files
committed
Format CSS code
1 parent d8ff20d commit 7a7bb53

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

src/App.css

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
.App {/*app content*/
2-
text-align: center;/*center text for whole app*/
1+
.App {
2+
/*app content*/
3+
text-align: center; /*center text for whole app*/
34
}
45

5-
.App-header {/*app header*/
6+
.App-header {
7+
/*app header*/
68
background-color: #208040;
7-
min-height: 10vh;/*set height to 10% of viewpoint height*/
9+
min-height: 10vh; /*set height to 10% of viewpoint height*/
810
display: flex;
911
flex-direction: column;
1012
align-items: center;
@@ -14,9 +16,9 @@
1416
}
1517

1618
#points-display {
17-
font-weight: bold;/*bold the numeric values*/
19+
font-weight: bold; /*bold the numeric values*/
1820
}
1921

2022
p {
21-
line-height: 120%;/*add some line spacing between paragraphs*/
23+
line-height: 120%; /*add some line spacing between paragraphs*/
2224
}

0 commit comments

Comments
 (0)