more mobile styles

This commit is contained in:
Alex Wolfe 2015-03-04 21:51:01 -08:00
parent 564702adcf
commit f1580c9887
6 changed files with 25 additions and 7 deletions

View File

@ -11,7 +11,7 @@ html(lang="en" ng-app="angularIOApp")
if banner
!= partial("../_includes/_banner")
article.l-pad-6.grid-fluid.docs-content
article.l-content-small.grid-fluid.docs-content
!= yield
!= partial("../_includes/_footer")

View File

@ -24,6 +24,7 @@
"help": {
"icon": "chat",
"title": "Help & Support"
"title": "Help & Support",
"subtitle": "Developers passionate about solving problems"
}
}

View File

@ -24,6 +24,7 @@
"help": {
"icon": "chat",
"title": "Help & Support"
"title": "Help & Support",
"subtitle": "Developers passionate about solving problems"
}
}

View File

@ -1,6 +1,6 @@
div.c4
md-card
md-card.card
md-card-content
h3.text-headline.text-uppercase <span class="icon-query-builder"></span> Quickstart
p.text-body Learn in 5 minutes
@ -10,7 +10,7 @@ div.c4
div.c4
md-card
md-card.card
md-card-content
h3.text-headline.text-uppercase <span class="icon-play-circle-outline"></span> Resources
p.text-body Preview of v2.0
@ -20,7 +20,7 @@ div.c4
div.c4
md-card
md-card.card
md-card-content
h3.text-headline.text-uppercase <span class="icon-book"></span> API Preview
p.text-body Proposal for v2.0 API

View File

View File

@ -59,7 +59,17 @@
@media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
padding: ($unit * 3) $unit;
padding: ($unit * 3) ($unit * 2);
}
}
.l-content-small {
padding: $unit * 6;
@media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
padding: ($unit * 3) ($unit * 2);
}
}
@ -78,6 +88,12 @@
border-left: ($unit / 2) solid $cactus;
border-radius: ($unit / 2);
@media handheld and (max-width: $phone-breakpoint),
screen and (max-device-width: $phone-breakpoint),
screen and (max-width: $tablet-breakpoint) {
padding: ($unit * 3) ($unit * 1);
}
&:last-child {
margin: 0;
}