center /tjenester info cards on mobile #115

Open
opened 2026-01-21 14:33:01 +01:00 by vegardbm · 2 comments
Owner

The cards on /tjenester are not centered when the width is less than some value (350px). Will take a look and see if I can make a fix.

The cards on /tjenester are not centered when the width is less than some value (350px). Will take a look and see if I can make a fix.
Author
Owner

Example device where the issue arises: iPhone 5.

Example device where the issue arises: iPhone 5.
Author
Owner

One could just change line 10 of services.css to grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));. This does change how it looks on a 16:9 screen though.

One could just change line 10 of services.css to grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));. This does change how it looks on a 16:9 screen though.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Projects/nettsiden#115