Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/style/modules/_hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,14 @@
padding-bottom: 35px;
font-size: 18px;

}

.hero-new-logo {
margin-left: 10%;
img {
max-width: 50px;
}
@media screen and (max-width: 768px) {
display: none;
}
}
1 change: 1 addition & 0 deletions src/templates/learn-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ export const LearnPageTemplate = ({ seo, title, subTitle, intro, content, conten
<div className="hero-content">
<h3 className="hero-title">{title}</h3>
<div className="hero-entry"><p>{subTitle}</p></div>
<div className="hero-new-logo"><img src="/img/KataContainers_Logo_Stacked_2Color_RGB.svg" /></div>
</div>
</div>
</div>
Expand Down
1 change: 1 addition & 0 deletions static/img/KataContainers_Logo_Stacked_2Color_RGB.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.