mirror of
https://github.com/McShelby/hugo-theme-relearn.git
synced 2025-01-31 08:57:15 +00:00
theme: fix off by one pixel error for menu/topbar divider
This commit is contained in:
parent
5bcb9fe5e6
commit
5f9530a44e
2 changed files with 3 additions and 1 deletions
|
@ -1277,6 +1277,8 @@ tbody > tr:nth-child(even) > td {
|
||||||
border-inline-start-style: solid;
|
border-inline-start-style: solid;
|
||||||
border-inline-start-width: 1px;
|
border-inline-start-width: 1px;
|
||||||
margin-inline-end: -1px;
|
margin-inline-end: -1px;
|
||||||
|
inset-inline-start: -1px;
|
||||||
|
position: relative;
|
||||||
width: 1px;
|
width: 1px;
|
||||||
}
|
}
|
||||||
@media screen and (max-width: 47.999rem) {
|
@media screen and (max-width: 47.999rem) {
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
7.3.2+5a267250709d4705efc2e496b9184f4401f4d522
|
7.3.2+5bcb9fe5e61d2fbe702034a24425992fd2455b0a
|
Loading…
Add table
Reference in a new issue