Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 688 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 688 Bytes

Super-Simple-Shit

A sass file with useful tweaks to the bootstrap framework to make your website look less shit!

Import this file after importing bootstrap sass but before any of your custom sass files

Example: @import "~bootstrap/scss/bootstrap"; @import "sss" @import "variables" etc.

What does this file actually do?

  • Resets bootstrap headings to ems
  • Add media queries according to boostrap's grid system
  • Smaller font sizes on tablets and mobile devices
  • Add vertical padding to sections
  • Add extra horizontal padding to bootstrap containers

All of these classes are built with mobile responsive websites in mind and ensures your website still looks great on any device!