mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00
Add top margin to splash page error element
This commit is contained in:
parent
8f5a9e607a
commit
84da543205
1 changed files with 1 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
max-width: 750px;
|
max-width: 750px;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
margin-top: 16px;
|
||||||
|
|
||||||
&.has-error {
|
&.has-error {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Reference in a new issue