sfc-utils 1.4.90 → 1.4.91

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/footer.js +0 -13
  2. package/package.json +1 -1
package/footer.js CHANGED
@@ -730,19 +730,6 @@ let getFooter = function(meta, forceColor){
730
730
  .pageFooter--right-links .large-footer-link{
731
731
  margin: 7px 0 7px;}
732
732
  }
733
- @media (max-width: 640px) {
734
- .hed {font-size: calc(3rem - 2px);}
735
- .deck {font-size: calc(1.25rem + 1px); text-align: left;}
736
- .subhead {font-size: 2rem;}
737
- .hed-lg {font-size: calc(3rem - 2px);}
738
- .hed-sm {font-size: calc(2.5rem - 2px);}
739
- .subhead-sm {font-size: calc(1.5rem - 2px);}
740
- .subhead-sans {font-size: calc(1.25rem + 1px);}
741
- .serif-copy {font-size: 1rem;}
742
- .sans-copy {font-size: calc(1rem + 1px);}
743
- .lead-in {font-size: calc(1rem + 1px);}
744
- .dropcap:first-letter {font-size: 6rem;}
745
- }
746
733
  </style>
747
734
  <div class="large-footer-link">
748
735
  <a href="https://www.sfchronicle.com/mydata/" target="_blank" role="listitem">Your Privacy Choices (Opt Out of Sale/Targeted Ads)</a>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sfc-utils",
3
- "version": "1.4.90",
3
+ "version": "1.4.91",
4
4
  "author": "ewagstaff <evanjwagstaff@gmail.com>",
5
5
  "dependencies": {
6
6
  "archieml": "^0.4.2",