Commit 3125ad8f authored by Robert Lord's avatar Robert Lord

Add extra margin to nav touch targets on mobile

parent 1e144aaa
...@@ -55,8 +55,13 @@ html, body { ...@@ -55,8 +55,13 @@ html, body {
font-size: 13px; font-size: 13px;
font-weight: bold; font-weight: bold;
// language selector for mobile devices
.lang-selector { .lang-selector {
display: none; // only on mobile display: none;
a {
padding-top: 0.5em;
padding-bottom: 0.5em;
}
} }
// This is the logo at the top of the ToC // This is the logo at the top of the ToC
...@@ -556,6 +561,11 @@ html, body { ...@@ -556,6 +561,11 @@ html, body {
#nav-button { #nav-button {
display: block; display: block;
} }
.tocify-wrapper .tocify-item > a {
padding-top: 0.3em;
padding-bottom: 0.3em;
}
} }
@media (max-width: $phone-width) { @media (max-width: $phone-width) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment