Merge pull request #8 from mntn-xyz/patch-5
Fix issue with .page__body outline on Firefox
This commit is contained in:
commit
f76087a312
|
@ -42,7 +42,7 @@
|
|||
.page__body {
|
||||
grid-area: body;
|
||||
background-color: var(--bg);
|
||||
outline: 1rem solid var(--bg);
|
||||
box-shadow: 0 0 0 1rem var(--bg);
|
||||
}
|
||||
|
||||
.page__aside {
|
||||
|
|
Loading…
Reference in New Issue