Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Commit

Permalink
Guide / blog video css page updates (#319)
Browse files Browse the repository at this point in the history
* anonymize ip for gtag

* reduce kabanero word on guides page

* fix videos on blogs
  • Loading branch information
alohr51 authored Dec 13, 2019
1 parent 5e0e450 commit 3301908
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions src/main/content/_assets/css/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ $color-kabanero:#C43804;
max-height: 25em;
}

.videoblock iframe {
max-width: 100%;
width: 100%;
height: 500px;
max-height: 25em;
}

#article_body p {
margin-top: 20px;
margin-bottom: 20px;
Expand Down
4 changes: 2 additions & 2 deletions src/main/content/_data/en/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -203,11 +203,11 @@ guides:
appsody: appsody
nodejs: nodejs
basic-guides:
title: Kabanero Basics
title: Basics
title-two: '- Let’s get started'
catigory-title: guides
collections-guides:
title: Kabanero Collections
title: Collections
uncatagorized-guides:
title: More Guides

Expand Down

0 comments on commit 3301908

Please sign in to comment.