Compare commits

..

No commits in common. "6bac5e2a34ae73b36babe067641fe97b2d107a6a" and "9975d72364a95f911317ba98a0c81db7ee7b0e84" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View file

@ -11,6 +11,8 @@ const template = `
`; `;
const style = ` const style = `
:host { :host {
position: fixed;
bottom: 20px;
display: flex; display: flex;
height: 42px; height: 42px;
width: 80%; width: 80%;

View file

@ -16,5 +16,4 @@ footer {
display: grid; display: grid;
place-items: center; place-items: center;
width: 100%; width: 100%;
height: calc(42px + 20px + 20px);
} }