Signed-off-by: Arnaud Guéras <arnaudgs@gmail.com>
{{<section>}}
{{<media-block
title="Embedded systems redefined"
- media="/img/logos/arm-logo.svg"
+ media=`<div class="w-100">
+ <div class="txt-l"><img src="/img/logos/arm-logo.svg" alt="ARM logo" width="250" /></div>
+ <div class="txt-r mg-t-lg"><img src="/img/logos/amd-logo.svg" alt="AMD logo" width="250" /></div>
+ </div>`
imageSize="50%"
alt="ARM logo"
animate="true"
"features-list",
"features-list--cols-2",
"features-list--cols-3",
+ "flex",
"footer",
"footer-content",
"footer__col",
"image-small",
"images-in-circle",
"join-button",
+ "justify-center",
"latest-news",
"latest-news-template",
"latest-news_container",
"title-external-link",
"title-with-gradient-underline",
"txt-c",
+ "txt-l",
+ "txt-r",
"vertical-lists",
"video-container",
+ "w-100",
"youtube-video-container"
],
"ids": [
.rounded-corners img {
border-radius: 16px;
}
+
+.w-100 {
+ width: 100%;
+}