diff options
Diffstat (limited to 'src/styles/global.css')
-rw-r--r-- | src/styles/global.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/global.css b/src/styles/global.css index e5147f8..7d21117 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -27,3 +27,7 @@ body { @media only screen and (max-device-width: 480px) { .root-content { width: 95%; } } + +.BillingPage .ItemsList { + background-color: red; + min-height: 7rem; } |