diff options
author | metamuffin <metamuffin@disroot.org> | 2024-04-29 00:59:16 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-04-29 00:59:16 +0200 |
commit | d987b702fdcbcf3a2ef8df4e009f5cefba1e703b (patch) | |
tree | 40973b9dafa93bc426228e71995e0d28bec519b9 | |
parent | 0ffaff01d40ba97ec09e0c113887eb7dc2bb5218 (diff) | |
download | metamuffin-website-d987b702fdcbcf3a2ef8df4e009f5cefba1e703b.tar metamuffin-website-d987b702fdcbcf3a2ef8df4e009f5cefba1e703b.tar.bz2 metamuffin-website-d987b702fdcbcf3a2ef8df4e009f5cefba1e703b.tar.zst |
a
-rw-r--r-- | src/layout.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layout.rs b/src/layout.rs index 2c601a6..76f98ee 100644 --- a/src/layout.rs +++ b/src/layout.rs @@ -65,7 +65,7 @@ markup::define! { } hr; details.ad { summary { "Advertisement by a first-party" } - iframe[loading="lazy", src="https://adservices.metamuffin.org/v1/embed?s=metamuffin.org", style="width:732px;height:94px;border:none;"] {} + iframe[loading="lazy", src="https://adservices.metamuffin.org/v1/embed?s=metamuffin.org", style="width:728px;height:90px;border:none;"] {} } details.ad { summary { "Advertisement by a third-party" } iframe[loading="lazy", src="https://john.citrons.xyz/embed?ref=metamuffin.org", style="width:732px;height:94px;border:none;"] {} |