1. .Container {
    
  2.   width: 100%;
    
  3.   flex: 1;
    
  4.   padding: 0.5rem;
    
  5. }
    
  6. 
    
  7. .PatternPath {
    
  8.   stroke: var(--color-commit-did-not-render-pattern);
    
  9.   stroke-width: 1;
    
  10. }