mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-25 05:14:40 +01:00
Merge branch 'develop' of github.com:pypeclub/OpenPype into bugfix/fixed_set_providers_icons
This commit is contained in:
commit
e84eff3963
3 changed files with 8 additions and 4 deletions
|
|
@ -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{
|
||||
|
|
|
|||
|
|
@ -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}) {
|
||||
|
|
|
|||
BIN
website/static/img/ellipse-studio.png
Normal file
BIN
website/static/img/ellipse-studio.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
Loading…
Add table
Add a link
Reference in a new issue