applied changes in heading lines, aligments and heading space and intro text

This commit is contained in:
jorge 2024-04-03 15:32:35 +02:00
parent 077bbebf99
commit 5d18708030
8 changed files with 62 additions and 18 deletions

View File

@ -766,11 +766,11 @@ 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-intro h5 {
font-size: 2rem;
font-size: 1.8rem;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-intro h6 {
font-size: 2rem;
font-size: 1.6rem;
padding: 0;
}
@ -1676,6 +1676,7 @@ Add your custom styles in this file so it is easier to update the theme.
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .site-main > article {
padding-top: 4rem;
padding-bottom: 4rem;
}
@ -2236,7 +2237,6 @@ 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 .entry-title {
margin: 0;
padding: 0 0 0.5rem 0;
border-bottom: 0.05rem solid #000;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-card-each h6 {
@ -2263,6 +2263,15 @@ Add your custom styles in this file so it is easier to update the theme.
margin-top: 1rem;
}
.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;
border-bottom: 0.05rem solid #000;
overflow: hidden;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-fields,
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-fund-info-contact-fields {
display: grid;
@ -2331,6 +2340,11 @@ Add your custom styles in this file so it is easier to update the theme.
font-size: 1rem;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-convo-info-fields li:first-of-type,
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda-info li:first-of-type {
border-top: 0.05rem solid #000;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-convo-info-fields li .xarxaprod-label li,
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda-info li .xarxaprod-label li {
display: inherit;
@ -2365,7 +2379,7 @@ 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-convo .entry-title {
display: inline-flex;
align-items: flex-end;
align-items: flex-start;
min-height: 3.6rem;
}
@ -2578,7 +2592,7 @@ 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.category-activitats .entry-title {
display: inline-flex;
align-items: flex-end;
align-items: flex-start;
min-height: 5.5rem;
overflow: hidden;
border: none;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -133,10 +133,10 @@
font-size: $font__size-body*2.1;
}
h5 {
font-size: $font__size-body*2;
font-size: $font__size-body*1.8;
}
h6 {
font-size: $font__size-body*2;
font-size: $font__size-body*1.6;
padding: 0;
}
}

View File

@ -101,7 +101,7 @@
.entry-title {
margin: 0;
padding: 0 0 0.5rem 0;
border-bottom: $border__line;
//border-bottom: $border__line;
}
h6 {
padding: 0.5rem 1rem 0.5rem 0;
@ -129,6 +129,18 @@
* template-parts/content-xarxaprod-convo.php
* template-parts/section-eachpost.php
* */
.xarxaprod-card-each {
&.xarxaprod-ajut {
.entry-title {
display: inline-flex;
align-items: flex-end;
min-height: $font__size-body * 6.6;
height: $font__size-body * 6.6;
border-bottom: $border__line;
overflow: hidden;
}
}
}
.xarxaprod-fund-info-fields,
.xarxaprod-fund-info-contact-fields {
display: grid;
@ -191,6 +203,9 @@
padding: 0.2em 0;
border-bottom: $border__line;
font-size: $font__size-body*1;
&:first-of-type {
border-top: $border__line;
}
.xarxaprod-label li {
display: inherit;
margin: 0;
@ -222,7 +237,7 @@
&.xarxaprod-convo {
.entry-title {
display: inline-flex;
align-items: flex-end;
align-items: flex-start;
min-height: $font__size-body * 3.6;
}
}
@ -444,7 +459,7 @@
justify-content: flex-start;
.entry-title {
display: inline-flex;
align-items: flex-end;
align-items: flex-start;
min-height: $font__size-body * 5.5;
overflow: hidden;
border: none;

View File

@ -204,6 +204,7 @@
.site-main {
padding: 0;
> article {
padding-top: 4rem;
padding-bottom: 4rem;
&.xarxaprod-ajut {
display: grid;

View File

@ -620,11 +620,11 @@ textarea {
}
.xarxaprod-intro h5 {
font-size: 2rem;
font-size: 1.8rem;
}
.xarxaprod-intro h6 {
font-size: 2rem;
font-size: 1.6rem;
padding: 0;
}
@ -1540,6 +1540,7 @@ textarea {
}
.site-main > article {
padding-top: 4rem;
padding-bottom: 4rem;
}
@ -2046,7 +2047,6 @@ textarea {
.xarxaprod-card-each .entry-title {
margin: 0;
padding: 0 0 0.5rem 0;
border-bottom: 0.05rem solid #000;
}
.xarxaprod-card-each h6 {
@ -2078,6 +2078,15 @@ textarea {
* template-parts/content-xarxaprod-convo.php
* template-parts/section-eachpost.php
* */
.xarxaprod-card-each.xarxaprod-ajut .entry-title {
display: inline-flex;
align-items: flex-end;
min-height: 6.6rem;
height: 6.6rem;
border-bottom: 0.05rem solid #000;
overflow: hidden;
}
.xarxaprod-fund-info-fields,
.xarxaprod-fund-info-contact-fields {
display: grid;
@ -2152,6 +2161,11 @@ textarea {
font-size: 1rem;
}
.xarxaprod-convo-info-fields li:first-of-type,
.xarxaprod-agenda-info li:first-of-type {
border-top: 0.05rem solid #000;
}
.xarxaprod-convo-info-fields li .xarxaprod-label li,
.xarxaprod-agenda-info li .xarxaprod-label li {
display: inherit;
@ -2186,7 +2200,7 @@ textarea {
.xarxaprod-card-each.xarxaprod-convo .entry-title {
display: inline-flex;
align-items: flex-end;
align-items: flex-start;
min-height: 3.6rem;
}
@ -2425,7 +2439,7 @@ textarea {
.xarxaprod-card-each.category-activitats .entry-title {
display: inline-flex;
align-items: flex-end;
align-items: flex-start;
min-height: 5.5rem;
overflow: hidden;
border: none;

File diff suppressed because one or more lines are too long