Browse Source

https://github.com/tracim/tracim/issues/803, fix pagecontentgeneric margin on generic.styl

AlexiCauvin 6 years ago
parent
commit
54cd46a016
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/src/css/Generic.styl

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

111
 
111
 
112
 
112
 
113
 .pageContentGeneric
113
 .pageContentGeneric
114
-  margin 10px 15px 0 15px
114
+  margin 10px 30px 0 30px
115
   width 100%
115
   width 100%
116
   height 100%
116
   height 100%
117
 
117