remove global style overrides from visualizer

This commit is contained in:
Ilion Beyst 2022-07-24 17:01:22 +02:00
parent ccfe86729e
commit 109aaf2758
2 changed files with 1 additions and 9 deletions

View file

@ -249,6 +249,7 @@
color: #eee;
padding-top: 15px;
overflow-y: scroll;
padding-left: 0px;
}
.match-card {

View file

@ -1,12 +1,3 @@
* {
margin: 0;
padding: 0;
}
p {
padding: 3px 0;
}
#wrapper {
max-height: 100%;
min-height: 100%;