2014-07-12 21:22:47 +02:00
|
|
|
//
|
|
|
|
// kremalicious3
|
|
|
|
// --------------
|
|
|
|
// Page - About
|
|
|
|
//
|
|
|
|
|
|
|
|
.page-about
|
|
|
|
.entry-title
|
|
|
|
@extend .visuallyhidden
|
|
|
|
|
|
|
|
.entry-content
|
|
|
|
@extend .textcenter
|
|
|
|
|
|
|
|
.footer
|
|
|
|
.avatar,
|
|
|
|
.footer-description
|
|
|
|
@extend .hide
|
|
|
|
|
|
|
|
.subscribe-title
|
|
|
|
margin-top: 0
|
|
|
|
|
|
|
|
@media only screen and (min-width: 40.625em) and (min-height: 650px)
|
|
|
|
.document
|
|
|
|
margin-bottom: 350px
|
|
|
|
|
|
|
|
.footer
|
|
|
|
height: 350px
|
|
|
|
|
|
|
|
.intro-1,
|
|
|
|
.intro-2
|
|
|
|
@extend .divider-bottom
|
|
|
|
@media $breakpoint2
|
2014-07-21 21:03:34 +02:00
|
|
|
max-width: 60%
|
2014-07-12 21:22:47 +02:00
|
|
|
margin-left: auto
|
|
|
|
margin-right: auto
|
|
|
|
|
|
|
|
.intro-1
|
2014-07-21 21:03:34 +02:00
|
|
|
@extend .h3
|
2014-07-12 21:22:47 +02:00
|
|
|
color: $text-color-light
|
|
|
|
|
|
|
|
.intro-2
|
2014-07-21 21:03:34 +02:00
|
|
|
font-size: $font-size-large
|
2014-07-12 21:22:47 +02:00
|
|
|
letter-spacing: .01em
|
|
|
|
color: $text-color-dimmed
|