Jon Solow commited on
Commit
28ee917
·
1 Parent(s): b48eb8f

Override st-emotion-cache li margin and padding

Browse files
Files changed (1) hide show
  1. src/css/Player.css +7 -0
src/css/Player.css CHANGED
@@ -14,6 +14,13 @@
14
  'position image stats stats stats multiplier score';
15
  }
16
 
 
 
 
 
 
 
 
17
  .player__position {
18
  font-family: var(--font-2);
19
  font-size: 1.2rem;
 
14
  'position image stats stats stats multiplier score';
15
  }
16
 
17
+
18
+ div[class*='st-emotion-cache'] li {
19
+ margin: var(--medium) 0;
20
+ padding: var(--medium);
21
+ }
22
+
23
+
24
  .player__position {
25
  font-family: var(--font-2);
26
  font-size: 1.2rem;