Project

General

Profile

« Previous | Next » 

Revision 58339

Fixed some issues with the responsiveness of the home and the about page (phones and pads)

View differences:

custom-provide.css
211 211
  /*align-items: center;*/
212 212
}
213 213

  
214
.slider-mobile-card {
215
  background: #F7F7F7 0% 0% no-repeat padding-box;
216
  box-shadow: 3px 3px 6px #00000029;
217
  border: 1px solid #D7D7D7;
218
  border-radius: 5px;
219
  opacity: 1;
220
}
221

  
222
.openAIREGuidelinesBoxMobile {
223
  background: #EDF5FC 0% 0% no-repeat padding-box;
224
  border: 1px solid #212121;
225
  border-radius: 12px;
226
  opacity: 1;
227
}
228

  
229
.openAIREGuidelinesBox > div {
230
  background: #EDF5FC 0% 0% no-repeat padding-box;
231
  opacity: 1;
232
}
233

  
214 234
/****************************************/
215 235

  
216 236
/************ ABOUT PAGE ***********/
......
224 244
}
225 245

  
226 246
.enrichmentsSection {
227
  background-color: #99CDE6;
247
  background-color: #CFF5F3;
228 248
}
229 249

  
230 250
.measureSection {
231
  background-color: #FFE8C4;
251
  background-color: #FFF1C4;
232 252
  margin-top: 200px;
233 253
 }
234 254

  
255
.measureSectionMobile {
256
  background-color: #FFF1C4;
257
}
235 258
/****************************************/
236 259

  
237 260

  

Also available in: Unified diff