mvaloatto commited on
Commit
57fde4f
1 Parent(s): fb278bc

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +4 -2
styles.css CHANGED
@@ -49,10 +49,12 @@ a:active {
49
  }
50
 
51
  .button {
52
- background-color: #111111;
53
  border: none;
54
  color: white;
55
- padding: 15px;
 
 
56
  text-align: center;
57
  text-decoration: none;
58
  display: inline-block;
 
49
  }
50
 
51
  .button {
52
+ background-color: #0b101a;
53
  border: none;
54
  color: white;
55
+ padding-left: 15px;
56
+ padding-right: 15px;
57
+ height: 40px;
58
  text-align: center;
59
  text-decoration: none;
60
  display: inline-block;