Skip to content

Commit

Permalink
Merge pull request #212 from vmware-tanzu/202-fixing-blog-sidebar-ove…
Browse files Browse the repository at this point in the history
…rlap

202 fixing blog sidebar overlap
  • Loading branch information
DanieldeR authored Oct 7, 2021
2 parents 422457c + 7f2bfc9 commit 0656bf4
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/content/posts/announcing-cartographer.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: "Announcing Cartographer"
slug: building-paths-to-prod
date: 2021-10-03
date: 2021-10-05
author: Cartographer Team
authorLocation: https://github.com/vmware-tanzu/cartographer/blob/main/MAINTAINERS.md
image: /img/posts/announcing-carto/cover-image.png
Expand All @@ -21,7 +21,7 @@ This is why we’ve created and open-sourced Cartographer, a tightly scoped tool

Cartographer allows users to configure Kubernetes resources into re-usable supply chains that can be used to define all of the stages that an Application Workload must go through to get to an environment. We call these stages the path to production.

Cartographer separates controls between a user (responsible for defining a Supply Chain; known as an App Operator) and a user (the application creator; Developer). These roles are not necessarily mutually exclusive, but provide the ability to create a separation concerns which means developers can focus on writing code, and platforms teams can focus on smoothing and securing their path to production.
Cartographer separates controls between a user responsible for defining a Supply Chain (known as an App Operator) and a user responsible for creating the application (the Developer). These roles are not necessarily mutually exclusive, but provide the ability to create a separation concerns which means developers can focus on writing code, and platforms teams can focus on smoothing and securing their path to production.

### Want to learn more?

Expand Down
18 changes: 18 additions & 0 deletions site/themes/template/assets/scss/_components.scss
Original file line number Diff line number Diff line change
Expand Up @@ -595,6 +595,24 @@
@include breakpoint(large) {
width: 22%;
}
@include breakpoint(small){
h4{
font-weight: bold;
font-size: 12px;
word-break: break-word;
padding-right: 2px;
}
a{
font-size: 10px;
word-break: break-word;
}
button{
// width: 30%;
background-image:none !important;
padding: 10px 10px 10px 10px !important;
font-size: 12px !important;
}
}
}
.docs-content {
width: 75%;
Expand Down

0 comments on commit 0656bf4

Please sign in to comment.