1
0
mirror of https://github.com/minio/docs.git synced 2025-08-05 03:41:24 +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

@@ -81,7 +81,9 @@
{%- include "toc.html" %}
<div class="content__main">
<div class="content__body">
{% block body %} {% endblock %}
</div>
{%- if pagename != "search-results" %}
{%- include "footer.html" %}