mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2024-11-23 07:47:54 +00:00
a11y: fix search button offset #581
This commit is contained in:
parent
8fd3f79c9a
commit
f88ed671eb
1 changed files with 1 additions and 1 deletions
|
@ -190,7 +190,7 @@ dd {
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbox > i {
|
.searchbox > i {
|
||||||
top: .5rem;
|
top: .45rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.searchbox > :last-child {
|
.searchbox > :last-child {
|
||||||
|
|
Loading…
Reference in a new issue