Skip to content

Instantly share code, notes, and snippets.

@wadadanet
Created March 15, 2019 07:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wadadanet/e746a62b5127c1dd780106f93ce48559 to your computer and use it in GitHub Desktop.
Save wadadanet/e746a62b5127c1dd780106f93ce48559 to your computer and use it in GitHub Desktop.
Bootstrap4 Grid system 5,7 column
.col-c5
width: 20%
position: relative
min-height: 1px
padding-right: 15px
padding-left: 15px
.col-c7
width: #{(100% / 7)}
position: relative
min-height: 1px
padding-right: 15px
padding-left: 15px
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment