mirror of
https://github.com/kremalicious/kbdfun.git
synced 2024-11-21 17:27:14 +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 {
|
||||
float: right;
|
||||
}
|
||||
kbd {
|
||||
display: inline-block;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
kbd.android {
|
||||
font-family: RobotoRegular, sans-serif;
|
||||
font-weight: normal;
|
||||
|
@ -137,6 +137,11 @@ article > section {
|
||||
a.github { float: right; }
|
||||
}
|
||||
|
||||
kbd {
|
||||
display: inline-block;
|
||||
margin-bottom: .5em;
|
||||
}
|
||||
|
||||
// load Roboto
|
||||
kbd.android {
|
||||
.font-roboto;
|
||||
|
Loading…
Reference in New Issue
Block a user