web-fx

layout-1.0.0.scss

Jan 16th, 2021 (edited)
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. /* layout.scss - PUBLIC DOMAIN RELEASE - VERSION 1.0.0 - https://pastebin.com/XZad81Er */
  2. body {
  3.  
  4. margin: 0;
  5. font-size: 2.6vw;
  6.  
  7. }
  8.  
  9. .clear { clear: both }
  10. .center { text-align: center }
  11.  
  12. img { max-width: calc( 100vw - 1em - 17px ) }
  13.  
  14. @media screen and (min-width: 750px) {
  15.  
  16. body { font-size: 20px }
  17.  
  18. }
  19.  
  20. @import url('frame.min.css');
  21. @import url('heading.min.css');
  22. @import url('page.min.css');
Add Comment
Please, Sign In to add comment