mirror of
https://github.com/alex-shpak/hugo-book.git
synced 2025-07-16 03:31:23 +00:00
Improve button clickable area
This commit is contained in:
parent
645c868cec
commit
0ea1862fbc
@ -48,12 +48,13 @@ aside nav ul {
|
||||
list-style: none;
|
||||
|
||||
li {
|
||||
margin: 1em 0;
|
||||
margin: 0;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
a {
|
||||
display: block;
|
||||
line-height: 2;
|
||||
}
|
||||
|
||||
a:hover {
|
||||
@ -263,10 +264,6 @@ body[dir="rtl"] .book-menu {
|
||||
height: 1em;
|
||||
width: 1em;
|
||||
}
|
||||
|
||||
nav > ul > li:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.book-footer {
|
||||
|
Loading…
Reference in New Issue
Block a user