prasanth.thangavel commited on
Commit
32321fe
·
1 Parent(s): 56831c4

Minor changes to css styling

Browse files
Files changed (1) hide show
  1. templates/index.html +3 -3
templates/index.html CHANGED
@@ -21,20 +21,20 @@
21
 
22
  body {
23
  font-family: -apple-system, system-ui, BlinkMacSystemFont;
24
- background: #fafafa;
25
  color: var(--on-surface);
26
  line-height: 1.5;
27
  }
28
 
29
  .sw-container {
30
- padding: 8px;
31
  max-width: 600px;
32
  margin: 0 auto;
33
  }
34
 
35
  .sw-player {
36
  background: var(--surface);
37
- border-radius: 16px;
38
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
39
  padding: 10px;
40
  margin-bottom: 16px;
 
21
 
22
  body {
23
  font-family: -apple-system, system-ui, BlinkMacSystemFont;
24
+ //background: #fafafa;
25
  color: var(--on-surface);
26
  line-height: 1.5;
27
  }
28
 
29
  .sw-container {
30
+ padding: 0px;
31
  max-width: 600px;
32
  margin: 0 auto;
33
  }
34
 
35
  .sw-player {
36
  background: var(--surface);
37
+ border-radius: 0px;
38
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
39
  padding: 10px;
40
  margin-bottom: 16px;