Difference between revisions of "Template:Queens Canada/Styles"

m
m
Line 7: Line 7:
  
 
html {
 
html {
       box-sizing: border-box; /* part of "border-box fix" */
+
       /* box-sizing: border-box; /* part of "border-box fix" */
 
       scroll-behavior: smooth; /* not compatible on all browsers */
 
       scroll-behavior: smooth; /* not compatible on all browsers */
 
}
 
}
  
 
*, *:before, *:after {
 
*, *:before, *:after {
       box-sizing: inherit; /* part of "border-box" fix */
+
       /* box-sizing: inherit; /* part of "border-box" fix */
 
}
 
}
  
Line 19: Line 19:
 
       color: black;
 
       color: black;
 
       font-size: 16px;
 
       font-size: 16px;
 +
}
 +
 +
#globalWrapper {
 +
      padding-bottom: 0; /* overwrites default styling */
 
}
 
}
  

Revision as of 20:20, 1 June 2020