瀏覽代碼

Updates mobile browser page buttons. (#2281)

master
Дамян Минков 7 年之前
父節點
當前提交
e0e2104723
共有 1 個文件被更改,包括 5 次插入1 次删除
  1. 5
    1
      css/unsupported-browser/_unsupported-mobile-browser.scss

+ 5
- 1
css/unsupported-browser/_unsupported-mobile-browser.scss 查看文件

@@ -4,6 +4,10 @@
4 4
     padding: 35px 0;
5 5
     width: 100vw;
6 6
 
7
+    a {
8
+        text-decoration: none
9
+    }
10
+
7 11
     &__body {
8 12
         color: $unsupportedBrowserTextColor;
9 13
         margin: auto;
@@ -41,7 +45,7 @@
41 45
         border: 0;
42 46
         height: 2.2857142857142856em;
43 47
         line-height: 2.2857142857142856em;
44
-        margin: auto auto 9px;
48
+        margin: 18px auto 20px;
45 49
         max-width: 300px;
46 50
         width: auto;
47 51
         @include border-radius(3px);

Loading…
取消
儲存