diff --git a/css/style.css b/css/style.css index c524f95..041d9f9 100644 --- a/css/style.css +++ b/css/style.css @@ -300,7 +300,7 @@ img { .billing-header { position: fixed; - top: 48px; + top: 0; left: 100%; z-index: 10; width: 100%; @@ -363,3 +363,6 @@ img { height: 4rem; z-index: inherit; } +.list-class { + padding-top: 0; +}