瀏覽代碼

fix(css) moved to the left moderation text

j8
Calin Chitu 4 年之前
父節點
當前提交
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 {

Loading…
取消
儲存