rhea2809 commited on
Commit
fa53c12
1 Parent(s): 8fe9f99

Update style.css

Browse files
Files changed (1) hide show
  1. style.css +2 -1
style.css CHANGED
@@ -1,6 +1,6 @@
1
  body {
2
  padding: 2rem;
3
- font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
6
  h1 {
@@ -21,6 +21,7 @@ p {
21
  padding: 16px;
22
  border: 1px solid lightgray;
23
  border-radius: 16px;
 
24
  }
25
 
26
  .card p:last-child {
 
1
  body {
2
  padding: 2rem;
3
+ font-family: -apple-system, BlinkMacSystemFont, "Roboto", sans-serif;
4
  }
5
 
6
  h1 {
 
21
  padding: 16px;
22
  border: 1px solid lightgray;
23
  border-radius: 16px;
24
+ text-align: center;
25
  }
26
 
27
  .card p:last-child {