fixed card sizes and update Library views

This commit is contained in:
axolotle
2021-06-28 16:50:39 +02:00
parent c33a4cfce5
commit 60d239450c
8 changed files with 130 additions and 47 deletions
+6
View File
@@ -99,6 +99,10 @@ export default {
.node-view-body {
width: 100%;
img {
max-width: 100%;
}
font: {
family: $font-family-text;
line-height: inherit;
@@ -111,6 +115,7 @@ export default {
&-view {
padding: 0 $node-view-spacer-sm-x;
font-size: 1.25rem;
word-wrap: break-word;
@include media-breakpoint-up($size-bp) {
padding: 0 $node-view-spacer-x;
@@ -128,6 +133,7 @@ export default {
&-card {
padding: 0 $node-card-spacer-sm-x;
font-size: 1.1rem;
word-wrap: anywhere;
@include media-breakpoint-up($size-bp) {
font-size: 2rem;