<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://prisonpedia.com/index.php?action=history&amp;feed=atom&amp;title=Main_Page%2Fstyles.css</id>
	<title>Main Page/styles.css - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://prisonpedia.com/index.php?action=history&amp;feed=atom&amp;title=Main_Page%2Fstyles.css"/>
	<link rel="alternate" type="text/html" href="https://prisonpedia.com/index.php?title=Main_Page/styles.css&amp;action=history"/>
	<updated>2026-04-17T16:10:30Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://prisonpedia.com/index.php?title=Main_Page/styles.css&amp;diff=4260&amp;oldid=prev</id>
		<title>Maintenance script: Add responsive grid styles for offenders list</title>
		<link rel="alternate" type="text/html" href="https://prisonpedia.com/index.php?title=Main_Page/styles.css&amp;diff=4260&amp;oldid=prev"/>
		<updated>2025-12-08T22:47:37Z</updated>

		<summary type="html">&lt;p&gt;Add responsive grid styles for offenders list&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.offenders-grid {&lt;br /&gt;
  display: grid;&lt;br /&gt;
  grid-template-columns: repeat(3, 1fr);&lt;br /&gt;
  gap: 15px;&lt;br /&gt;
}&lt;br /&gt;
@media (max-width: 768px) {&lt;br /&gt;
  .offenders-grid {&lt;br /&gt;
    grid-template-columns: repeat(2, 1fr);&lt;br /&gt;
  }&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>