Browse Source

fix(css) moved to the left moderation text

j8
Calin Chitu 3 years ago
parent
commit
03a96d0be2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      css/_welcome_page.scss

+ 1
- 1
css/_welcome_page.scss View File

@@ -122,11 +122,11 @@ body.welcome-page {
122 122
         #moderated-meetings {
123 123
             max-width: calc(100% - 40px);
124 124
             padding: 16px 0 39px 0;
125
-            margin: $welcomePageEnterRoomMargin;
126 125
             width: $welcomePageEnterRoomWidth;
127 126
 
128 127
             p {
129 128
                 color: $welcomePageDescriptionColor;
129
+                float: left;
130 130
                 text-align: $welcomePageHeaderTextAlign;
131 131
 
132 132
                 a {

Loading…
Cancel
Save