mirror of
https://github.com/minio/docs.git
synced 2025-07-31 18:04:52 +03:00
Fix footer img
This commit is contained in:
@ -224,7 +224,6 @@
|
||||
}
|
||||
|
||||
[data-lightbox] img {
|
||||
padding: 0;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
|
@ -173,7 +173,6 @@ li pre {
|
||||
// ----------------------
|
||||
[data-lightbox] {
|
||||
img {
|
||||
padding: 0.25rem;
|
||||
border: 1px solid var(--theme-light-bg);
|
||||
border-radius: $border-radius;
|
||||
}
|
||||
@ -185,7 +184,7 @@ li pre {
|
||||
}
|
||||
}
|
||||
|
||||
.content__main {
|
||||
.content__body {
|
||||
figure {
|
||||
box-shadow: none;
|
||||
}
|
||||
@ -193,7 +192,7 @@ li pre {
|
||||
img {
|
||||
background-color: $white;
|
||||
border-radius: $border-radius;
|
||||
padding: 1rem;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
figcaption {
|
||||
|
@ -5,4 +5,4 @@
|
||||
<a rel="license" href="http://creativecommons.org/licenses/by/4.0/">
|
||||
<img height="10" alt="Creative Commons License" src="https://i.creativecommons.org/l/by/4.0/80x15.png" />
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
@ -81,7 +81,9 @@
|
||||
{%- include "toc.html" %}
|
||||
|
||||
<div class="content__main">
|
||||
{% block body %} {% endblock %}
|
||||
<div class="content__body">
|
||||
{% block body %} {% endblock %}
|
||||
</div>
|
||||
|
||||
{%- if pagename != "search-results" %}
|
||||
{%- include "footer.html" %}
|
||||
|
Reference in New Issue
Block a user