From 3f204ba89a9969d168d151dc91a052e95a732085 Mon Sep 17 00:00:00 2001 From: Aytackydln Date: Fri, 25 Oct 2024 17:08:38 +0200 Subject: [PATCH] make aside ad visible and optimize script --- themes/aurora/assets/scss/main.scss | 13 +++++++++++++ themes/aurora/layouts/partials/content.html | 2 +- themes/aurora/layouts/partials/head.html | 2 -- themes/aurora/layouts/partials/scripts.html | 3 ++- 4 files changed, 16 insertions(+), 4 deletions(-) diff --git a/themes/aurora/assets/scss/main.scss b/themes/aurora/assets/scss/main.scss index 101abe0..1e5f823 100644 --- a/themes/aurora/assets/scss/main.scss +++ b/themes/aurora/assets/scss/main.scss @@ -32,6 +32,19 @@ $toc-width: 220px; font-size: 1.13rem; } +ins { + min-height: 600px; +} +@media only screen and (max-width: 1320px){ + ins { + min-height: 160px; + margin-top: 8px; + } +} + +ins { + border: red dashed 1px; +} // ------------------------ // // Import other SASS files // diff --git a/themes/aurora/layouts/partials/content.html b/themes/aurora/layouts/partials/content.html index 46adc81..b588237 100644 --- a/themes/aurora/layouts/partials/content.html +++ b/themes/aurora/layouts/partials/content.html @@ -21,7 +21,7 @@

{{ default $.Site.Title .Title }}


Page authored by {{ end }} - - - diff --git a/themes/aurora/layouts/partials/scripts.html b/themes/aurora/layouts/partials/scripts.html index 6e6715c..155432e 100644 --- a/themes/aurora/layouts/partials/scripts.html +++ b/themes/aurora/layouts/partials/scripts.html @@ -10,4 +10,5 @@ function adsLoaded() { (adsbygoogle = window.adsbygoogle || []).push({}); } - \ No newline at end of file + + \ No newline at end of file