Browse Source

fix(css) moved to the left moderation text

j8
Calin Chitu 4 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
         #moderated-meetings {
122
         #moderated-meetings {
123
             max-width: calc(100% - 40px);
123
             max-width: calc(100% - 40px);
124
             padding: 16px 0 39px 0;
124
             padding: 16px 0 39px 0;
125
-            margin: $welcomePageEnterRoomMargin;
126
             width: $welcomePageEnterRoomWidth;
125
             width: $welcomePageEnterRoomWidth;
127
 
126
 
128
             p {
127
             p {
129
                 color: $welcomePageDescriptionColor;
128
                 color: $welcomePageDescriptionColor;
129
+                float: left;
130
                 text-align: $welcomePageHeaderTextAlign;
130
                 text-align: $welcomePageHeaderTextAlign;
131
 
131
 
132
                 a {
132
                 a {

Loading…
Cancel
Save