small fix Nodeview header footer position

This commit is contained in:
axolotle
2021-06-22 22:32:56 +02:00
parent 8725b55c1a
commit 7c8df5bd8a
4 changed files with 16 additions and 7 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ export default {
margin-bottom: 3.4375rem;
$marg: 4.6875rem;
width: 100%;
height: 20rem;
height: $node-card-height;
@include media-breakpoint-only(md) {
max-width: calc(50% - #{($marg / 2)});