mirror of
https://github.com/kremalicious/kbdfun.git
synced 2024-11-22 01:37:15 +01:00
demo site: make the keys inline-block, better wrap in mobile view
This commit is contained in:
parent
d23e3eb160
commit
b005439831
@ -267,6 +267,10 @@ article > section#keysandroid code {
|
|||||||
.navbar p a.github {
|
.navbar p a.github {
|
||||||
float: right;
|
float: right;
|
||||||
}
|
}
|
||||||
|
kbd {
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: .5em;
|
||||||
|
}
|
||||||
kbd.android {
|
kbd.android {
|
||||||
font-family: RobotoRegular, sans-serif;
|
font-family: RobotoRegular, sans-serif;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
|
@ -137,6 +137,11 @@ article > section {
|
|||||||
a.github { float: right; }
|
a.github { float: right; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
kbd {
|
||||||
|
display: inline-block;
|
||||||
|
margin-bottom: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
// load Roboto
|
// load Roboto
|
||||||
kbd.android {
|
kbd.android {
|
||||||
.font-roboto;
|
.font-roboto;
|
||||||
|
Loading…
Reference in New Issue
Block a user