diff --git a/src/components/license.scss b/src/components/license.scss index 0b997eaf..fae9276a 100644 --- a/src/components/license.scss +++ b/src/components/license.scss @@ -15,6 +15,12 @@ height: 600px; } +@media only screen and (max-height: 800px) { + .pb-license-browser { + height: 400px; + } +} + .pb-license-list { width: 25%; flex-flow: column;