clr commited on
Commit
5969d7a
1 Parent(s): 044ac02

Update css/main.css

Browse files
Files changed (1) hide show
  1. css/main.css +2 -1
css/main.css CHANGED
@@ -27,7 +27,7 @@ ul {
27
 
28
  .convo-table {
29
  width: 95%;
30
- padding-top: 100px;
31
  padding-left: 40px;
32
  }
33
 
@@ -50,6 +50,7 @@ ul {
50
 
51
  .half-audio {
52
  padding: 24px;
 
53
  }
54
 
55
 
 
27
 
28
  .convo-table {
29
  width: 95%;
30
+ padding-top: 50px;
31
  padding-left: 40px;
32
  }
33
 
 
50
 
51
  .half-audio {
52
  padding: 24px;
53
+ position: fixed;
54
  }
55
 
56