2013-12-08 16:27:33 +01:00
|
|
|
|
|
|
|
.page-about {
|
|
|
|
.entry-title { .visuallyhidden; }
|
2013-12-08 16:52:54 +01:00
|
|
|
|
|
|
|
.entry-content { text-align: center; }
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
.avatar,
|
|
|
|
.footer-description { .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 {
|
|
|
|
.divider-bottom;
|
|
|
|
@media @breakpoint2 {
|
2013-12-08 17:04:09 +01:00
|
|
|
max-width: 50%;
|
2013-12-08 16:52:54 +01:00
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.intro-1 {
|
2013-12-08 17:04:09 +01:00
|
|
|
font-size: 2em;
|
|
|
|
color: @text-color-light;
|
2013-12-08 16:52:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.intro-2 {
|
2013-12-08 17:04:09 +01:00
|
|
|
font-size: 1.2em;
|
|
|
|
letter-spacing: .01em;
|
|
|
|
color: @text-color-dimmed
|
2013-12-08 16:27:33 +01:00
|
|
|
}
|