Skip to content

Commit

Permalink
Merge pull request kubernetes#27406 from bpmct/fix-align-tablet
Browse files Browse the repository at this point in the history
Fix image positioning on homepage, tablet
  • Loading branch information
k8s-ci-robot authored May 10, 2021
2 parents 1075bd4 + 5baf9fb commit b1818fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/scss/_tablet.scss
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ $feature-box-div-width: 45%;
position: relative;
clear: both;
display: table;
height: 160px;

.content {
display: table-cell;
Expand Down Expand Up @@ -124,6 +123,7 @@ $feature-box-div-width: 45%;
position: relative;
display: block;
float: none;
text-align: center;
max-width: 100%;
transform: none;
}
Expand Down

0 comments on commit b1818fd

Please sign in to comment.