fix missing calc

This commit is contained in:
2023-04-26 09:35:34 +10:00
parent 2580d0874f
commit 4ebb07a79a

View File

@@ -141,7 +141,7 @@ handleLoad();
@media only screen and (max-width: 768px) {
.page-post-view .heading-image {
height: #{map-get($spacing, 3) * 10};
height: #{calc(map-get($spacing, 3) * 10)};
}
}
</style>