<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>css &amp;mdash; Bruno&#39;s ramblings</title>
    <link>https://infosec.press/brunomiguel/tag:css</link>
    <description>A blog where I ramble about... well... stuff.</description>
    <pubDate>Tue, 12 May 2026 03:57:02 +0000</pubDate>
    <item>
      <title>💾 Wide images</title>
      <link>https://infosec.press/brunomiguel/wide-images</link>
      <description>&lt;![CDATA[Thanks to the help from the amazing Benjamin Hollon, this blog now has wide images. The CSS only applies to the post&#39;s first image, but it can be easily changed to apply to all the images in a post.&#xA;&#xA;!--more--&#xA;&#xA;The CSS is below:&#xA;&#xA;post-body .e-content img {&#xA;    min-width: 100%;&#xA;    margin-left: 0px;&#xA;    position: relative;&#xA;    display: inline-box;&#xA;}&#xA;&#xA;@media (min-width: 1050px) {&#xA;    #post-body .e-content   :first-child img {&#xA;        min-width: 160%;&#xA;        margin-left: -30%;&#xA;        position: relative;&#xA;        display: inline-box;&#xA;    }&#xA;}&#xA;&#xA;Don&#39;t forget to check Benjamin&#39;s CSS framework, readable.css.&#xA;&#xA;#CSS #Writefreely #Blog]]&gt;</description>
      <content:encoded><![CDATA[<p>Thanks to the help from the amazing <a href="https://alpha.polymaths.social/@amin" rel="nofollow">Benjamin Hollon</a>, this blog now has wide images. The CSS only applies to the post&#39;s first image, but it can be easily changed to apply to all the images in a post.</p>



<p>The CSS is below:</p>

<pre><code class="language-css">#post-body .e-content img {
    min-width: 100%;
    margin-left: 0px;
    position: relative;
    display: inline-box;
}

@media (min-width: 1050px) {
    #post-body .e-content &gt; :first-child img {
        min-width: 160%;
        margin-left: -30%;
        position: relative;
        display: inline-box;
    }
}
</code></pre>

<p>Don&#39;t forget to check Benjamin&#39;s CSS framework, <a href="https://readable-css.freedomtowrite.org/" rel="nofollow">readable.css</a>.</p>

<p><a href="/brunomiguel/tag:CSS" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">CSS</span></a> <a href="/brunomiguel/tag:Writefreely" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Writefreely</span></a> <a href="/brunomiguel/tag:Blog" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">Blog</span></a></p>
]]></content:encoded>
      <guid>https://infosec.press/brunomiguel/wide-images</guid>
      <pubDate>Wed, 20 Dec 2023 17:07:50 +0000</pubDate>
    </item>
  </channel>
</rss>