styled height in convos ajuts headers
This commit is contained in:
parent
a8f08b3207
commit
2d0a64ecc2
|
@ -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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue