File tree Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Expand file tree Collapse file tree 3 files changed +36
-0
lines changed Original file line number Diff line number Diff line change 11---
22nav:
3+   - title: Try
4+     url: /try
35  - title: Install
46    url: /install
57  - title: Get Involved
Original file line number Diff line number Diff line change 1+ @import  " settings/spacing"  ;
2+ 
3+ .container  {
4+   padding-right  : $size ;
5+   padding-left  : $size ;
6+ }
7+ 
8+ /*  all elements in .containers that have a anchor 
9+  * need to be scrolled by at least 3 em to not be behind the hidden header. 
10+  */  
11+ .container  *  {
12+   scroll-margin-top  : 3em  ;
13+ }
14+ 
15+ .content  {
16+   max-width  : 640px  ;
17+   margin-right  : auto ;
18+   margin-left  : auto ;
19+ }
Original file line number Diff line number Diff line change 1+ $spacing-ratio : 1.55  !default ;
2+ 
3+ $size : 1rem   !default ;
4+ 
5+ $size-0 : $size ;
6+ 
7+ $size-1 : $size  *  $spacing-ratio ;
8+ $size-2 : $size-1  *  $spacing-ratio ;
9+ $size-3 : $size-2  *  $spacing-ratio ;
10+ $size-4 : $size-3  *  $spacing-ratio ;
11+ 
12+ $size-n1 : $size  /  $spacing-ratio ;
13+ $size-n2 : $size-n1  /  $spacing-ratio ;
14+ $size-n3 : $size-n2  /  $spacing-ratio ;
15+ $size-n4 : $size-n3  /  $spacing-ratio ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments