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