Skip to content

Commit 43c5642

Browse files
committed
Change font-family and text alignment
1 parent f5833d7 commit 43c5642

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/app/components/home/home.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
body{
2+
font-family: sans-serif;
3+
}
14
.container {
25
text-align: center;
36
margin-top: 30px;
@@ -51,6 +54,7 @@
5154
.col8{
5255
width: 60%;
5356
float: left;
57+
text-align: left;
5458
}
5559
.col4{
5660
width: 40%;
@@ -61,7 +65,7 @@
6165
float: left;
6266
}
6367
.p1 {
64-
padding: 1rem;
68+
padding: 1rem 0;
6569
}
6670
.p2 {
6771
padding: 2rem 0;

0 commit comments

Comments
 (0)