Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions assets/scss/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
}
}
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]
Expand Down