mirror of https://github.com/knative/docs.git
changed in CSS file and added style in img tag (#3689)
This commit is contained in:
parent
aba1c06d0a
commit
11e242703a
|
@ -50,6 +50,10 @@
|
|||
padding: 20px;
|
||||
}
|
||||
|
||||
.animated-gradient img {
|
||||
display: block !important;
|
||||
}
|
||||
|
||||
.md-typeset img,
|
||||
.md-typeset svg {
|
||||
max-width: initial;
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<div class="md-container">
|
||||
<section class="home-container">
|
||||
<div class="animated-gradient">
|
||||
<img src="images/logo/rgb/knative-logo-rgb.png" />
|
||||
<img src="images/logo/rgb/knative-logo-rgb.png" style="display: none;"/>
|
||||
</div>
|
||||
<div class="md-grid md-typeset">
|
||||
<div class="mdx-hero">
|
||||
|
|
Loading…
Reference in New Issue