Compare commits

..

No commits in common. "620533784a3045e5218edc1173bbae03f7c81b62" and "6d65785cef858ba3faf2eca88f6b35a30fdfb76f" have entirely different histories.

3 changed files with 3 additions and 7 deletions

View File

@ -9465,12 +9465,10 @@ span.icon-rss::before {
max-height: 80vh; }
.timeline-modal .container {
max-height: 100vh;
max-width: 100%; }
max-height: 100vh; }
@media screen and (min-width: 30em) {
.timeline-modal .container {
width: auto;
max-width: calc(100% - 2rem);
max-height: calc(100vh - 2rem); } }
.carousel-container .carousel {

View File

@ -42,11 +42,9 @@
.timeline-modal {
.container {
max-height: 100vh;
max-width: 100%;
@media #{$breakpoint-not-small} {
width: auto;
max-width: calc(100% - 2rem);
width: auto;
max-height: calc(100vh - 2rem);
}
}

View File

@ -22,7 +22,7 @@
<div class="section bg-black-20 pt4 pb3 pb4-ns">
<div class="mw8 margin-center ph3 ph4-l flex flex-column flex-row-ns g3">
<div class="flex-grow-1 overflow-hidden">
<div class="flex-grow-1">
{{ if eq .DaysUntilEnd 0 }}
<h3 class="mt0 mb3">Project updates</h3>
{{ else }}