File tree 2 files changed +6
-10
lines changed
frontend/src/pages/Resources/components/ResourceSharingForm
2 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
- MONGO_DB_URL = <mongoDB_URL>
2
- JWT_SECRET_KEY = <JWT_sceret>
1
+ MONGO_DB_URL = mongodb://127.0.0.1:27017/community-website
2
+ JWT_SECRET_KEY = secret
3
3
JWT_EXPIRES_IN = 6h
4
4
BASE_URL = https://community-website-backend.herokuapp.com
5
- EMAIL_USER = EMAIL_HERE
6
- EMAIL_PASS = PASSWORD_HERE
5
+
6
+ EMAIL_PASS = password
7
7
EMAIL_HOST = smtp.gmail.com
8
8
CLUSTER = no
9
9
JWT_RESET_PASSWORD_EXPIRES_IN = 1h
Original file line number Diff line number Diff line change 80
80
81
81
.resource-input {
82
82
position : relative ;
83
- margin-bottom : 30px !important ;
84
- width : 35rem ;
83
+ margin-bottom : 8px ;
85
84
}
86
85
87
86
.resource-input input ,
218
217
}
219
218
220
219
.inside-resource {
221
- display : flex ;
222
- flex-direction : column ;
223
- justify-content : center ;
224
- align-items : center ;
225
220
width : 85% ;
221
+ margin : 0 auto ;
226
222
}
227
223
228
224
[type = " radio" ] {
You canβt perform that action at this time.
0 commit comments