Skip to content

Feature/mobile layout

Kent Nielsen requested to merge feature/mobile-layout into develop

The new mobile layout contains:

  • Block stack on top of each other on smaller devices
  • Resize and adding of blocks removed on smaller devices
  • Extra small devices will now have a functional header
  • Each block have a fixed height when on smaller devices
  • Padding and margins get smaller, to not waste screen space
  • A fancy JS function calculating and fixing home-page, without affecting the underlying data structure

All in all it is very nice 💯

Merge request reports