Browse Source

Use margin instead of padding

Sunny 2 years ago
parent
commit
4bfef79c71
1 changed files with 1 additions and 1 deletions
  1. 1 1
      assets/style.css

+ 1 - 1
assets/style.css

@@ -101,7 +101,7 @@ main .wrapper table td[colspan] {
 
 main .wrapper table td[colspan] audio {
   width: 100%;
-  padding-top: 4px;
+  margin-top: 4px;
 }
 
 main .wrapper table td:not(:nth-child(2)) {