go.charczuk.com@v0.0.0-20240327042549-bc490516bd1a/projects/blogctl/pkg/engine/testdata/static/css/site.css (about)

     1  body { font-family: 'sans-serif'; margin: 0; padding: 0; }
     2  
     3  .post { display: inline-block; }
     4  
     5  .post img {
     6  	width: auto;
     7  	max-width: calc(100vw - 20px);
     8  	height: auto;
     9  	max-height: calc(100vh - 20px);
    10  }