File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 24182418 .w-6 {
24192419 width : calc (var (--spacing ) * 6 );
24202420 }
2421+ .w-11\/ 12 {
2422+ width : calc (11 / 12 * 100% );
2423+ }
24212424 .w-16 {
24222425 width : calc (var (--spacing ) * 16 );
24232426 }
24782481 .w-full {
24792482 width : 100% ;
24802483 }
2484+ .max-w-2xl {
2485+ max-width : var (--container-2xl );
2486+ }
24812487 .max-w-3xl {
24822488 max-width : var (--container-3xl );
24832489 }
Original file line number Diff line number Diff line change 55
66{% if latest_announcement %}
77< dialog id ="announcement-modal " class ="modal " open >
8- < div class ="modal-box {% if latest_announcement.modal_size == 'lg' %}lg: max-w-2xl{% elif latest_announcement.modal_size == 'xl' %}lg:max-w-4xl{% else %}lg: max-w-lg {% endif %} ">
8+ < div class ="modal-box bg-cream-1 {% if latest_announcement.modal_size == 'lg' %}w-11/12 max-w-2xl{% elif latest_announcement.modal_size == 'xl' %}w-11/12 max-w-4xl {% endif %} ">
99 < h3 class ="font-bold text-lg "> 📢 {{ latest_announcement.title }}</ h3 >
1010 < div class ="py-4 ">
1111 {{ latest_announcement.content|safe }}
You can’t perform that action at this time.
0 commit comments