瀏覽代碼

fix issue https://github.com/tracim/tracim/issues/684, add 5 pixels

AlexiCauvin 6 年之前
父節點
當前提交
e3a873eecc
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      frontend/src/css/Login.styl

+ 2 - 2
frontend/src/css/Login.styl 查看文件

66
   &__footer
66
   &__footer
67
     position fixed
67
     position fixed
68
     top 95%
68
     top 95%
69
-    left calc(50% - 152px) // 152px => width of the text / 2
69
+    left calc(50% - 155px) // 155px => width of the text / 2
70
     &__text
70
     &__text
71
-      width 305px
71
+      width 310px
72
       font-size 17px
72
       font-size 17px
73
 
73
 
74
 @media (min-width: min-lg) and (max-width: max-lg)
74
 @media (min-width: min-lg) and (max-width: max-lg)