Compare commits
3 commits
9975d72364
...
6bac5e2a34
Author | SHA1 | Date | |
---|---|---|---|
6bac5e2a34 | |||
9679e45f84 | |||
506d33a2c8 |
2 changed files with 1 additions and 2 deletions
|
@ -11,8 +11,6 @@ const template = `
|
|||
`;
|
||||
const style = `
|
||||
:host {
|
||||
position: fixed;
|
||||
bottom: 20px;
|
||||
display: flex;
|
||||
height: 42px;
|
||||
width: 80%;
|
||||
|
|
|
@ -16,4 +16,5 @@ footer {
|
|||
display: grid;
|
||||
place-items: center;
|
||||
width: 100%;
|
||||
height: calc(42px + 20px + 20px);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue