‘Our government will make big reforms for renters’, says Peckham MP
By Miatta Fahnbulleh
19th October 2024

Contents
<nav class="toc"> <h3>Contents</h3> <ul id="toc-list"></ul> </nav>
.toc {
font-family: sans-serif;
position: sticky;
top: 80px;
max-width: 300px;
}
.toc h3 {
font-weight: 700;
font-size: 1.1rem;
margin-bottom: 0.5rem;
}
.toc ul {
list-style: none;
padding: 0;
margin: 0;
}
.toc li {
margin-bottom: 0.75rem;
}
.toc a {
text-decoration: none;
color: #1a1a1a;
display: inline-block;
padding: 4px 8px;
border-radius: 4px;
transition: background 0.2s ease;
}
/* Hover state */
.toc a:hover {
text-decoration: none;
background-color: #f5f7ff;
color: #0070f3; /* blue hover text */
}
/* Active/selected state */
.toc a.active {
background-color: #f5f7ff;
font-weight: 600;
color: #f48024; /* orange highlight */
}
/* Active + hover */
.toc a.active:hover {
color: #f48024;
background-color: #f5f7ff;
}
document.addEventListener("DOMContentLoaded", () => {
const tocList = document.getElementById("toc-list");
const headings = document.querySelectorAll("h2");
headings.forEach((h2, index) => {
const id = h2.id || `section-${index}`;
h2.id = id;
const li = document.createElement("li");
const link = document.createElement("a");
link.href = `#${id}`;
link.textContent = h2.textContent;
li.appendChild(link);
tocList.appendChild(li);
});
// Scrollspy logic
const links = document.querySelectorAll(".toc a");
const observer = new IntersectionObserver(
(entries) => {
entries.forEach((entry) => {
const link = document.querySelector(`.toc a[href="#${entry.target.id}"]`);
if (entry.isIntersecting) {
links.forEach((l) => l.classList.remove("active"));
link.classList.add("active");
}
});
},
{
rootMargin: "-50% 0px -50% 0px",
threshold: 0
}
);
headings.forEach((h2) => observer.observe(h2));
});
Contents
<?php
$user = get_the_author_ID();
$pp = get_field('author_image', 'user_'.$user);
?>
<img src="<?php echo $pp;?>">

Miatta Fahnbulleh
This week in Parliament we are delivering on our promise to renters.
The Renters Reform Bill is the most significant package of changes to the private rental sector in over 40 years, aiming to provide greater security and stability for more than 11 million private renters. And clarify the system for 2.3 million landlords.
Follow Us
Get Updates from Miatta
Press releases

June 2, 2026
‘Our government will make big reforms for renters’, says Peckham MP
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
‘We are asking the wealthiest and businesses to increase funding for public services’, say Peckham MP
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
‘This is how I see the Renters Reform Bill working for a local mother from Walworth’ says Miatta Fahnbulleh
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
‘We are making it easier to see your GP’, says Peckham MP
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
Peckham MP and Energy Minister says: ‘We are working to bring down your energy bills’
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
‘Peckham is a sanctuary – my journey from unrest in Liberia to London’, writes MP Miatta Fahnbulleh
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
‘After Lakanal fire in Camberwell with the loss of three women and children opportunities on safety were squandered’
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
‘We are taking action on the housing crisis’, says Peckham MP
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
‘Community groups are bring down energy bills and invest the savings in service they provide in Southwark’, says Peckham MP
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article
June 2, 2026
Peckham MP says young people need spaces – and they’re telling us that loud and clear
Young people today are growing up in a culture shaped by social media scrutiny, algorithm-driven trends, and pressures around image, identity and status...
Read Full Article