Skip to content

Commit d482c44

Browse files
committed
task:add clamping to text in event-list so that the font scales with the screen size
1 parent fa49474 commit d482c44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

views/event-list.pug

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ doctype html
22
html(lang="en")
33
include partials/head
44
body
5-
main.container-fluid.py-4(style="max-width: 800px")
5+
main.container-fluid.py-4(style="padding-left: 4rem; padding-right: 4rem; font-size: clamp(1rem, 1.6vw, 2rem)")
66
h1.mb-4 Upcoming Events
77
#upcomingEvents
88
p Loading...

0 commit comments

Comments
 (0)