<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlex_columns%2Fstyles.css</id>
		<title>Template:Flex columns/styles.css - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://wiki.agency/index.php?action=history&amp;feed=atom&amp;title=Template%3AFlex_columns%2Fstyles.css"/>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Template:Flex_columns/styles.css&amp;action=history"/>
		<updated>2026-06-23T15:36:53Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.30.1</generator>

	<entry>
		<id>https://wiki.agency/index.php?title=Template:Flex_columns/styles.css&amp;diff=9572&amp;oldid=prev</id>
		<title>Admin: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Template:Flex_columns/styles.css&amp;diff=9572&amp;oldid=prev"/>
				<updated>2018-11-06T09:06:21Z</updated>
		
		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr style=&quot;vertical-align: top;&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: white; color:black; text-align: center;&quot;&gt;Revision as of 09:06, 6 November 2018&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; style=&quot;text-align: center;&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>	</entry>

	<entry>
		<id>https://wiki.agency/index.php?title=Template:Flex_columns/styles.css&amp;diff=9571&amp;oldid=prev</id>
		<title>Dreamy Jazz: when the screen is less than 383px, the flex columns are going beyond their allowed space. Also add code so that flex columns stops at 720px completely</title>
		<link rel="alternate" type="text/html" href="https://wiki.agency/index.php?title=Template:Flex_columns/styles.css&amp;diff=9571&amp;oldid=prev"/>
				<updated>2018-09-09T18:44:48Z</updated>
		
		<summary type="html">&lt;p&gt;when the screen is less than 383px, the flex columns are going beyond their allowed space. Also add code so that flex columns stops at 720px completely&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;.flex-columns-container {&lt;br /&gt;
	clear:both;&lt;br /&gt;
	width:100%;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-wrap: wrap;&lt;br /&gt;
}&lt;br /&gt;
.flex-columns-container &amp;gt; .flex-columns-column {&lt;br /&gt;
	float: left;&lt;br /&gt;
	width: 50%;&lt;br /&gt;
	min-width: 360px;&lt;br /&gt;
	padding: 0 0.5em;&lt;br /&gt;
	box-sizing: border-box;&lt;br /&gt;
	flex: 1;&lt;br /&gt;
	display: flex;&lt;br /&gt;
	flex-direction: column;&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 393px) {&lt;br /&gt;
	.flex-columns-container &amp;gt; .flex-columns-column {&lt;br /&gt;
		min-width: 0;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
.flex-columns-container &amp;gt; .flex-columns-column:first-child {&lt;br /&gt;
	padding-left: 0;&lt;br /&gt;
}&lt;br /&gt;
.flex-columns-container &amp;gt; .flex-columns-column:last-child {&lt;br /&gt;
	padding-right: 0;&lt;br /&gt;
}&lt;br /&gt;
@media screen and (max-width: 720px) {&lt;br /&gt;
	.flex-columns-container &amp;gt; .flex-columns-column {&lt;br /&gt;
		padding: 0;&lt;br /&gt;
		width: 100%;&lt;br /&gt;
	}&lt;br /&gt;
	.flex-columns-container {&lt;br /&gt;
		display:block;&lt;br /&gt;
	}&lt;br /&gt;
}&lt;br /&gt;
.flex-columns-container &amp;gt; .flex-columns-column &amp;gt; div {&lt;br /&gt;
	flex: 1 0 auto;&lt;br /&gt;
}&lt;br /&gt;
.flex-columns-container &amp;gt; .flex-columns-column &amp;gt; div.flex-columns-noflex {&lt;br /&gt;
	flex: 0;&lt;br /&gt;
}&lt;/div&gt;</summary>
		<author><name>Dreamy Jazz</name></author>	</entry>

	</feed>