Skip to content

Instantly share code, notes, and snippets.

@staycreativedesign
Created August 17, 2016 22:46
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 staycreativedesign/7eafcffd907938bc3579de8da7bb46e4 to your computer and use it in GitHub Desktop.
Save staycreativedesign/7eafcffd907938bc3579de8da7bb46e4 to your computer and use it in GitHub Desktop.
.container.practice-areas
@include outer-container
section.practice-list
@include media($small)
@include span-columns(10)
@include shift(1)
letter-spacing: 2px
line-height: 1.2em
@include media($large)
@include media($tablet)
padding-bottom: 60px
@include media($screen)
@include span-columns(16)
@include shift(1)
@include media($l-screen)
@include span-columns(10)
@include shift(1)
section.practice-test
@include media($small)
text-align: justify
letter-spacing: 2px
line-height: 1.2em
@include span-columns(10)
@include shift(1)
@include media($large)
@include media($tablet)
@include media($screen)
@include span-columns(15)
@include media($l-screen)
@include span-columns(10)
section.list
margin-bottom: 90px
@include media($small)
@include span-columns(10)
@include shift(1)
@include media($screen)
@include span-columns(34)
@include shift(2)
@include media($l-screen)
@include span-columns(21)
@include shift(3)
ul
line-height: 1.5em
@include media($screen)
li
margin-top: 20px
border: 1px solid $orange-color
@include media($small)
@include span-columns(12)
margin-top: 20px
@include media($tablet)
@include media($screen)
@include span-columns(8 of 34)
margin-top: 30px
@include media($l-screen)
@include shift(0)
@include span-columns(6 of 21)
.info-wrapper
@include media($small)
padding: 10px
h1
color: $orange-color
font-family: $crimson-font
p
@include media($small)
text-align: justify
@include media($tablet)
font-size: .8em
text-align: left
.read-more
background-color: $orange-color
color: white
padding: 20px
text-align: center
img
max-width: 100%
h1
color: $orange-color
font-family: $crimson-font
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment