File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 1+ html  {
2+   /* 
3+     NOTE: DEPENDENT ON MARKETING HEADER/FOOTER 
4+     When scrolling to a heading, the heading should 
5+     go below the sticky marketing header. The value 
6+     of the padding depends on the height of the header. 
7+   */ 
8+   @media screen  and (min-width : 1200 px ) {
9+     scroll-padding-top : 92 px ;
10+   }
11+   @media screen  and (min-width : 769 px ) and (max-width : 1199 px ) {
12+     scroll-padding-top : 151 px ;
13+   }
14+ }
15+ 
116#guide  {
217  *  {
318    font-family : Inter, sans-serif;
5873    @media screen  and (min-width : 1200 px ) {
5974      position : -webkit-sticky;
6075      position : sticky;
76+       /* 
77+         NOTE: DEPENDENT ON MARKETING HEADER/FOOTER 
78+         This is dependent on the height of the header. 
79+       */ 
6180      top : 72 px ;
6281    }
6382    @media screen  and (min-width : 769 px ) and (max-width : 1199 px ) {
6483      position : -webkit-sticky;
6584      position : sticky;
85+       /* 
86+         NOTE: DEPENDENT ON MARKETING HEADER/FOOTER 
87+         This is dependent on the height of the header. 
88+       */ 
6689      top : 131 px ;
6790    }
6891  }
6992
7093  .h-almost-full-md  {
7194    @media screen  and (min-width : 769 px ) {
72-       height : 95 vh ;
95+       /* 
96+         NOTE: DEPENDENT ON MARKETING HEADER/FOOTER 
97+         This is dependent on the height of the header. 
98+       */ 
99+       height : 90 vh ;
73100    }
74101  }
75102
76103  .h-almost-full-lg  {
77104    @media screen  and (min-width : 993 px ) {
78-       height : 95 vh ;
105+       /* 
106+         NOTE: DEPENDENT ON MARKETING HEADER/FOOTER 
107+         This is dependent on the height of the header. 
108+       */ 
109+       height : 90 vh ;
79110    }
80111  }
81112
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments