Skip to content

Commit

Permalink
fix: footer logo and blog images sizing (kubernetes#1206)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Mejlak <[email protected]>
  • Loading branch information
C-Mejlak authored Oct 1, 2021
1 parent 407e6fd commit 8a1a0e8
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 13 deletions.
6 changes: 0 additions & 6 deletions linkerd.io/assets/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -630,12 +630,6 @@ blockquote {
z-index: 0;
}

figure {
img {
width: 800px !important;
}
}

.modal-content {
width: 95%;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="wrapper body-header foundation-member has-background-white">
<div class="columns is-marginless is-fullwidth ">
<div class="column center-column">
<div class="columns is-marginless is-fullwidth is-centered">
<div class="column is-5">
<h4 class="title is-size-4 has-text-centered is-capitalize has-text-color">{{.title}}</h4>
<figure class="image">
<img {{ partial "src.html" (dict "img" .image) | safeHTMLAttr }} alt="{{ .title }}" />
Expand Down
5 changes: 0 additions & 5 deletions linkerd.io/themes/buoyant/assets/scss/styles-base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ body {
.about-us-team-img {
width: 100%;
}
.image {
img {
width: 400px;
}
}
.notification {
background-color: transparent;
.title {
Expand Down

0 comments on commit 8a1a0e8

Please sign in to comment.