jen@ashtreetech.ca
613.408.1432

branding and seo
graphic design (print and web)
IT consulting and tech support
photography (sample photos link)
videography
website development and design
website hosting and maintenance

Reach out to me!

/* -- The root styles must go in the element of the structure with the name "Form". --*/ 
  
  .temporary__form{
  /* Styles applied to all checkboxes */
  & .options-wrapper{
    & li{
    	display: flex;
      align-items: start;
      flex-wrap:nowrap;
      gap: var(--at-space--2xs);
    }
    
    /* Unique styles for privacy policy checkboxes */
  	& label {
  		font-size: var(--at-text--xs);
      line-height: 1;
      
      /* Color link */
      & a{
      	color: var(--at-primary);
      }
  	}
  }
}