mvaloatto commited on
Commit
7f0b628
1 Parent(s): f593f5b

Upload styles.css

Browse files
Files changed (1) hide show
  1. styles.css +3 -3
styles.css CHANGED
@@ -20,7 +20,7 @@ header {
20
  }
21
 
22
  h1 {
23
- font-size: 48px;
24
  font-weight: bold;
25
  margin-bottom: 16px;
26
  text-align: center;
@@ -36,10 +36,10 @@ h2 {
36
 
37
  h3 {
38
  font-size: 14px;
39
- color: #324773;
40
  font-weight: 200;
41
  margin-bottom: 20px;
42
- margin-top: 0px;
43
  text-align: left;
44
  }
45
 
 
20
  }
21
 
22
  h1 {
23
+ font-size: 40px;
24
  font-weight: bold;
25
  margin-bottom: 16px;
26
  text-align: center;
 
36
 
37
  h3 {
38
  font-size: 14px;
39
+ color: #586073;
40
  font-weight: 200;
41
  margin-bottom: 20px;
42
+ margin-top: 5px;
43
  text-align: left;
44
  }
45