diff --git a/src/styles/index.scss b/src/styles/index.scss index a34eec7c6..e29a23338 100644 --- a/src/styles/index.scss +++ b/src/styles/index.scss @@ -8,6 +8,10 @@ body { margin: 0 auto; } +ul { + padding-left: 0; +} + .notification { transition-property: opacity, min-height; transition-duration: 1s;