Merge branch 'develop' of github.com:pypeclub/OpenPype into bugfix/fixed_set_providers_icons

This commit is contained in:
Petr Kalis 2021-11-26 17:52:12 +01:00
commit e84eff3963
3 changed files with 8 additions and 4 deletions

View file

@ -197,7 +197,7 @@ h5, h6 { font-weight: var(--ifm-font-weight-semibold); }
}
.showcase .client img {
max-height: 80px;
max-height: 70px;
padding: 20px;
max-width: 120px;
align-self: center;
@ -215,10 +215,10 @@ h5, h6 { font-weight: var(--ifm-font-weight-semibold); }
}
.showcase .collab img {
max-height: 60px;
max-height: 70px;
padding: 20px;
align-self: center;
max-width: 200px;
max-width: 160px;
}
.showcase .pype_logo img{

View file

@ -64,6 +64,10 @@ const collab = [
title: 'Clothcat Animation',
image: '/img/clothcat.png',
infoLink: 'https://www.clothcatanimation.com/'
}, {
title: 'Ellipse Studio',
image: '/img/ellipse-studio.png',
infoLink: 'http://www.dargaudmedia.com'
}
];
@ -125,7 +129,7 @@ const studios = [
title: "Moonrock Animation Studio",
image: "/img/moonrock_logo.png",
infoLink: "https://www.moonrock.eu/",
}
}
];
function Service({imageUrl, title, description}) {

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB