浏览代码

fix(css) moved to the left moderation text

j8
Calin Chitu 3 年前
父节点
当前提交
03a96d0be2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      css/_welcome_page.scss

+ 1
- 1
css/_welcome_page.scss 查看文件

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 {

正在加载...
取消
保存