Browse Source

fix(welcome-page) fix .insecure-room-name-warning margin

master
bhlee 4 years ago
parent
commit
edf415a7da
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_welcome_page.scss

+ 1
- 1
css/_welcome_page.scss View File

90
                     color: $defaultWarningColor;
90
                     color: $defaultWarningColor;
91
                     display: flex;
91
                     display: flex;
92
                     flex-direction: row;
92
                     flex-direction: row;
93
-                    margin-top: 5px;
93
+                    margin-top: 15px;
94
 
94
 
95
                     .jitsi-icon {
95
                     .jitsi-icon {
96
                         margin-right: 15px;
96
                         margin-right: 15px;

Loading…
Cancel
Save