mirror of
https://github.com/Stremio/stremio-web.git
synced 2026-04-20 10:42:12 +00:00
margin-bottom instead of margin
This commit is contained in:
parent
f148778124
commit
e2a44f1e7c
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@
|
|||
}
|
||||
|
||||
.error {
|
||||
margin: 0 0 var(--spacing) 0;
|
||||
margin-bottom: var(--spacing);
|
||||
text-align: center;
|
||||
color: var(--color-signal1);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue