From 2defe25042797cf5f31674c21d36d54a2d6ea85f Mon Sep 17 00:00:00 2001 From: ReinforceZwei <39955851+ReinforceZwei@users.noreply.github.com> Date: Wed, 15 Mar 2023 17:45:01 +0800 Subject: [PATCH] Remove image bottom margin --- css/sakura-dark-solarized.css | 2 +- css/sakura-dark.css | 2 +- css/sakura-earthly.css | 2 +- css/sakura-ink.css | 2 +- css/sakura-pink.css | 2 +- css/sakura-vader.css | 2 +- css/sakura.css | 2 +- scss/_main.scss | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/css/sakura-dark-solarized.css b/css/sakura-dark-solarized.css index 049bb06..a6c3dcd 100644 --- a/css/sakura-dark-solarized.css +++ b/css/sakura-dark-solarized.css @@ -121,7 +121,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */ diff --git a/css/sakura-dark.css b/css/sakura-dark.css index 2e27919..f7d23d5 100644 --- a/css/sakura-dark.css +++ b/css/sakura-dark.css @@ -121,7 +121,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */ diff --git a/css/sakura-earthly.css b/css/sakura-earthly.css index 2fbc2bb..dbb89b9 100644 --- a/css/sakura-earthly.css +++ b/css/sakura-earthly.css @@ -120,7 +120,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */ diff --git a/css/sakura-ink.css b/css/sakura-ink.css index 68871e6..de7d1c8 100644 --- a/css/sakura-ink.css +++ b/css/sakura-ink.css @@ -120,7 +120,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */ diff --git a/css/sakura-pink.css b/css/sakura-pink.css index 6271bed..9d2d4af 100644 --- a/css/sakura-pink.css +++ b/css/sakura-pink.css @@ -120,7 +120,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */ diff --git a/css/sakura-vader.css b/css/sakura-vader.css index 587c3fb..625557d 100644 --- a/css/sakura-vader.css +++ b/css/sakura-vader.css @@ -121,7 +121,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */ diff --git a/css/sakura.css b/css/sakura.css index 468ef87..a41c1c0 100644 --- a/css/sakura.css +++ b/css/sakura.css @@ -120,7 +120,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */ diff --git a/scss/_main.scss b/scss/_main.scss index 6c6a380..93c0b83 100644 --- a/scss/_main.scss +++ b/scss/_main.scss @@ -115,7 +115,7 @@ img, video { height: auto; max-width: 100%; margin-top: 0px; - margin-bottom: 2.5rem; + margin-bottom: 0px; } /* Pre and Code */