-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
375 Center Event and Session Detail View #379
375 Center Event and Session Detail View #379
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should probably do this for some of the templates in indymeet/templates/registration
too 👍
I agree, let me spend some more time on this branch with the sessions/events and try to clean up /standardize some of these templates a bit more. |
center event detail page add container to base standardize container sizes
b05e5b0
to
8422405
Compare
@@ -43,14 +43,14 @@ | |||
|
|||
{% block content %} | |||
<div class="container mx-auto flex justify-center"> | |||
<article class="box max-w-4xl blog-container" | |||
<article class="box max-w-5xl blog-container" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
if we wanted it the same as the rest of the pages, we'd have w-3/4 instead of max-w-5xl, but it feels too big here especially with our smaller font etc.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for doing this 🌟
closes #375