styled height in convos ajuts headers

This commit is contained in:
Jorge vitrubio.net 2024-04-05 11:46:08 +02:00
parent a8f08b3207
commit 2d0a64ecc2
4 changed files with 7 additions and 10 deletions

View File

@ -2261,9 +2261,8 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each.xarxaprod-ajut .entry-title {
display: inline-flex;
align-items: flex-end;
min-height: 6.6rem;
height: 6.6rem;
align-items: flex-start;
height: 6.4rem;
border-bottom: 0.05rem solid #000;
overflow: hidden;
}

File diff suppressed because one or more lines are too long

View File

@ -133,9 +133,8 @@
&.xarxaprod-ajut {
.entry-title {
display: inline-flex;
align-items: flex-end;
min-height: $font__size-body * 6.6;
height: $font__size-body * 6.6;
align-items: flex-start;
height: $font__size-body * 6.4;
border-bottom: $border__line;
overflow: hidden;
}

View File

@ -2076,9 +2076,8 @@ textarea {
* */
.xarxaprod-card-each.xarxaprod-ajut .entry-title {
display: inline-flex;
align-items: flex-end;
min-height: 6.6rem;
height: 6.6rem;
align-items: flex-start;
height: 6.4rem;
border-bottom: 0.05rem solid #000;
overflow: hidden;
}