demo site: make the keys inline-block, better wrap in mobile view

This commit is contained in:
Matthias Kretschmann 2012-07-16 17:47:24 +02:00
parent d23e3eb160
commit b005439831
2 changed files with 9 additions and 0 deletions

View File

@ -267,6 +267,10 @@ article > section#keysandroid code {
.navbar p a.github {
float: right;
}
kbd {
display: inline-block;
margin-bottom: .5em;
}
kbd.android {
font-family: RobotoRegular, sans-serif;
font-weight: normal;

View File

@ -137,6 +137,11 @@ article > section {
a.github { float: right; }
}
kbd {
display: inline-block;
margin-bottom: .5em;
}
// load Roboto
kbd.android {
.font-roboto;