diff --git a/assets/scss/_mixins.scss b/assets/scss/_mixins.scss index 567e413..2aaaf57 100644 --- a/assets/scss/_mixins.scss +++ b/assets/scss/_mixins.scss @@ -149,3 +149,17 @@ body .toc a { body .toc a:hover { color: #4CAF50 !important; /* Light green text color on hover with !important */ } + + /* --- 992–1200px squeeze zone fixes --- */ +@media (min-width: 992px) and (max-width: 1199.98px) { + .banner .illustration { + max-width: 540px !important; /* ensure image size sticks */ + right: 15px !important; /* prevent overlap */ + } +} +/* In the squeeze band, cap the image and give the text a nudge */ +@media (min-width: 992px) and (max-width: 1199.98px) { + .section.pt-0 .row.shadow.bg-white.p-5 > div:first-child img { + width: 180px !important; /* 320–360 works well */ + } +} \ No newline at end of file diff --git a/config.toml b/config.toml index 78eb52e..3f3d8ac 100644 --- a/config.toml +++ b/config.toml @@ -4,7 +4,7 @@ title = "CircuitVerse Blog" theme = "northendlab-hugo" ############################ Default configuration ######################### # post pagination -paginate = "5" +paperSize = "5" # post excerpt summaryLength = "10" # disqus short name @@ -64,7 +64,7 @@ google_analitycs_id = "UA-112678513-4" # your id # contact form action contact_form_action = "https://formspree.io/support@circuitverse.org" # contact form works with : https://formspree.io # copyright -copyright = "© 2024 [CircuitVerse](https://circuitverse.org) All Rights Reserved" +copyright = "© 2025 [CircuitVerse](https://circuitverse.org) All Rights Reserved" # preloader [params.preloader]