Skip to content

Commit 159b08f

Browse files
committed
Fixed marketplace logo heigh on responsive
1 parent 9caac56 commit 159b08f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

themes/openstack/css/enterprise.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,9 @@ p.file-info a:hover {
625625
text-transform: uppercase;
626626
display: inline-block;
627627
float: left;
628-
padding: 5px 2% 15px 63px; }
628+
padding: 5px 2% 15px 63px;
629+
max-height:50px;
630+
}
629631

630632
li.training {
631633
background: url('/themes/openstack/images/marketplace/new/training.svg') 0% 50% no-repeat;

0 commit comments

Comments
 (0)