<div class="ResultsTemplate Template">

</div>
<div class="ResultsTemplate Template">

</div>
{
  "company": "Ascend Performance Materials",
  "url": "https://www.ascendmaterials.com",
  "placeholders": {
    "copy": "Cozy lummox gives smart squid who asks for job pen"
  }
}
  • Content:
    .ResultsTemplate {
    	.Layout__main {
    		.container {
    			@apply pt-0;
    		}
    	}
    
    	.Template__body {
    		@apply grid
    			lg:grid-cols-[20rem_1fr]
    			xl:grid-cols-[22rem_1fr]
    			gap-x-8
    			2xl:gap-x-12;
    	}
    }
  • URL: /components/raw/results-template/results-template.scss
  • Filesystem Path: src/components/03-templates/results-template/results-template.scss
  • Size: 196 Bytes
  • Handle: @results-template
  • Preview:
  • Filesystem Path: src/components/03-templates/results-template/results-template.twig

No notes defined.