1
0
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:
Rushan
2024-03-14 07:00:32 +04:00
committed by Harshavardhana
parent 417f77a603
commit ceb3efbf33
4 changed files with 6 additions and 6 deletions

View File

@ -224,7 +224,6 @@
}
[data-lightbox] img {
padding: 0;
margin-bottom: 1rem;
}

View File

@ -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 {

View File

@ -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>

View File

@ -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" %}