Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 690 Bytes

design.md

File metadata and controls

17 lines (11 loc) · 690 Bytes

back

Design

Responsive Design

Mobile breakpoints:

  • bigger than 1920px: layout limited & centered
  • smaller than 1200px: hamburger menu
  • smaller than 767px: mobile compact

CI/CD Canton of Bern

  • The base layout is implemented according to the CI/CD of the Canton of Bern:
    https://www.be.ch/cd (see section "Web-Applikationen")
  • There is a "Web-Styleguide" with implementations of the relevant components (HTML/CSS):
    https://www.be.ch/web-styleguide
  • Since the Evento Portal only uses a few components, we did not use any CSS framework, but implemented the layout and the components based on the above design system as Web Components with plain CSS.