mvaloatto commited on
Commit
fcb8e8f
1 Parent(s): 9f3516b

Update styles.css

Browse files
Files changed (1) hide show
  1. styles.css +1 -1
styles.css CHANGED
@@ -198,7 +198,6 @@ section::after {
198
  .tabs {
199
  display: inline-flex;
200
  justify-content: space-between;
201
- border-bottom: 1px solid #ddd;
202
  margin-bottom: 32px;
203
  background-color: #0d131f;
204
  }
@@ -212,6 +211,7 @@ section::after {
212
  cursor: pointer;
213
  position: relative;
214
  overflow: hidden;
 
215
  }
216
 
217
  .tabs label:before{
 
198
  .tabs {
199
  display: inline-flex;
200
  justify-content: space-between;
 
201
  margin-bottom: 32px;
202
  background-color: #0d131f;
203
  }
 
211
  cursor: pointer;
212
  position: relative;
213
  overflow: hidden;
214
+ background-color: #0d131f;
215
  }
216
 
217
  .tabs label:before{