Browse Source

change top: 95%, for bottom: 2%, issue https://github.com/tracim/tracim/issues/684

AlexiCauvin 5 years ago
parent
commit
d5e425802d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/css/Login.styl

+ 1 - 1
frontend/src/css/Login.styl View File

@@ -65,7 +65,7 @@
65 65
         width 130px
66 66
   &__footer
67 67
     position fixed
68
-    top 95%
68
+    bottom 2%
69 69
     left calc(50% - 155px) // 155px => width of the text / 2
70 70
     &__text
71 71
       width 310px