increased logo size in header. reduced heading sizes

This commit is contained in:
Jorge vitrubio.net 2024-03-28 14:01:41 +01:00
parent 4f8481b220
commit b3219db0f9
9 changed files with 39 additions and 33 deletions

View File

@ -17,7 +17,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
Author: Hangar.org Tech Lab - hangar.org Author: Hangar.org Tech Lab - hangar.org
Author URI: https://hangar.org Author URI: https://hangar.org
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a> Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
Version: 1.3 Version: 1.4
Tested up to: 6.4 Tested up to: 6.4
Requires PHP: 7.4 Requires PHP: 7.4
License: GNU General Public License v3 or later License: GNU General Public License v3 or later
@ -739,22 +739,22 @@ Add your custom styles in this file so it is easier to update the theme.
.edit-post-visual-editor__content-area .editor-styles-wrapper h3, .edit-post-visual-editor__content-area .editor-styles-wrapper h3,
.edit-post-visual-editor__content-area .editor-styles-wrapper .h3 { .edit-post-visual-editor__content-area .editor-styles-wrapper .h3 {
font-size: 2rem; font-size: 1.5rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper h4, .edit-post-visual-editor__content-area .editor-styles-wrapper h4,
.edit-post-visual-editor__content-area .editor-styles-wrapper .h4 { .edit-post-visual-editor__content-area .editor-styles-wrapper .h4 {
font-size: 1.7rem; font-size: 1.3rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper h5, .edit-post-visual-editor__content-area .editor-styles-wrapper h5,
.edit-post-visual-editor__content-area .editor-styles-wrapper .h5 { .edit-post-visual-editor__content-area .editor-styles-wrapper .h5 {
font-size: 1.4rem; font-size: 1.2rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper h6, .edit-post-visual-editor__content-area .editor-styles-wrapper h6,
.edit-post-visual-editor__content-area .editor-styles-wrapper .h6 { .edit-post-visual-editor__content-area .editor-styles-wrapper .h6 {
font-size: 1.2rem; font-size: 1rem;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2, .edit-post-visual-editor__content-area .editor-styles-wrapper .home-featured h2,
@ -1578,7 +1578,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 .custom-logo { .edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo {
min-width: 11rem; min-width: 60vw;
margin: 1rem; margin: 1rem;
} }
@ -1648,7 +1648,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 .custom-logo { .edit-post-visual-editor__content-area .editor-styles-wrapper .custom-logo {
min-width: 11rem; min-width: 16rem;
margin: 1rem 1rem 1rem 0; margin: 1rem 1rem 1rem 0;
} }
@ -2203,15 +2203,16 @@ Add your custom styles in this file so it is easier to update the theme.
border-top: 0.1em solid #000; border-top: 0.1em solid #000;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each > * {
display: inline-flex;
align-items: center;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .entry-title, .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each .entry-title,
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each h6 { .edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each h6 {
border-bottom: none; border-bottom: none;
} }
.edit-post-visual-editor__content-area .editor-styles-wrapper .xarxaprod-agenda .xarxaprod-card-each p {
font-size: 1.5em;
}
.edit-post-visual-editor__content-area .editor-styles-wrapper li.category-activitats, .edit-post-visual-editor__content-area .editor-styles-wrapper li.category-activitats,
.edit-post-visual-editor__content-area .editor-styles-wrapper li[class*="category-agenda"] { .edit-post-visual-editor__content-area .editor-styles-wrapper li[class*="category-agenda"] {
position: relative; position: relative;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -110,16 +110,16 @@
font-size: $font__size-body*2.5; font-size: $font__size-body*2.5;
} }
h3,.h3 { h3,.h3 {
font-size: $font__size-body*2; font-size: $font__size-body*1.5;
} }
h4,.h4 { h4,.h4 {
font-size: $font__size-body*1.7; font-size: $font__size-body*1.3;
} }
h5,.h5 { h5,.h5 {
font-size: $font__size-body*1.4; font-size: $font__size-body*1.2;
} }
h6,.h6 { h6,.h6 {
font-size: $font__size-body*1.2; font-size: $font__size-body*1;
} }
.home-featured { .home-featured {
h2,.h2 { h2,.h2 {

View File

@ -306,13 +306,17 @@
&:first-of-type { &:first-of-type {
border-top: 0.1em solid $color__black; border-top: 0.1em solid $color__black;
} }
> * {
display: inline-flex;
align-items: center;
}
header,.entry-header { header,.entry-header {
} }
.entry-title,h6 { .entry-title,h6 {
border-bottom: none; border-bottom: none;
} }
p { p {
font-size: 1.5em; //font-size: 1.5em;
} }
.activity-organizer, .organiza-activitat { .activity-organizer, .organiza-activitat {
} }

View File

@ -8,7 +8,7 @@
overflow:hidden; overflow:hidden;
} }
.custom-logo { .custom-logo {
min-width: 11rem; min-width: 60vw;
margin: 1rem; margin: 1rem;
} }
.main-navigation,.secondary-navigation { .main-navigation,.secondary-navigation {
@ -128,7 +128,7 @@
.site-branding { .site-branding {
} }
.custom-logo { .custom-logo {
min-width: 11rem; min-width: 16rem;
margin: 1rem 1rem 1rem 0; margin: 1rem 1rem 1rem 0;
} }
.menu-toggle { .menu-toggle {

View File

@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
Author: Hangar.org Tech Lab - hangar.org Author: Hangar.org Tech Lab - hangar.org
Author URI: https://hangar.org Author URI: https://hangar.org
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a> Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
Version: 1.3 Version: 1.4
Tested up to: 6.4 Tested up to: 6.4
Requires PHP: 7.4 Requires PHP: 7.4
License: GNU General Public License v3 or later License: GNU General Public License v3 or later

View File

@ -5,7 +5,7 @@ Theme URI: https://git.hangar.org/xarxaprod/
Author: Hangar.org Tech Lab - hangar.org Author: Hangar.org Tech Lab - hangar.org
Author URI: https://hangar.org Author URI: https://hangar.org
Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a> Description: theme for the <a href="https://xarxaprod.cat">XarxaProd</a>. Inclou la possibilitat de publicar, catalogar i cercar ajuts, resoldre dubtes amb FAQs i altres. Design by Eudald Van der Pla <a href="https://vanderpla.com">vanderpla.com</a>. Coding template and theme by <a href="https://vitrubio.net">Jorge - vitrubio.net</a>
Version: 1.3 Version: 1.4
Tested up to: 6.4 Tested up to: 6.4
Requires PHP: 7.4 Requires PHP: 7.4
License: GNU General Public License v3 or later License: GNU General Public License v3 or later
@ -598,22 +598,22 @@ textarea {
h3, h3,
.h3 { .h3 {
font-size: 2rem; font-size: 1.5rem;
} }
h4, h4,
.h4 { .h4 {
font-size: 1.7rem; font-size: 1.3rem;
} }
h5, h5,
.h5 { .h5 {
font-size: 1.4rem; font-size: 1.2rem;
} }
h6, h6,
.h6 { .h6 {
font-size: 1.2rem; font-size: 1rem;
} }
.home-featured h2, .home-featured h2,
@ -1442,7 +1442,7 @@ textarea {
} }
.custom-logo { .custom-logo {
min-width: 11rem; min-width: 60vw;
margin: 1rem; margin: 1rem;
} }
@ -1506,7 +1506,7 @@ textarea {
@media screen and (min-width: 48em) { @media screen and (min-width: 48em) {
.custom-logo { .custom-logo {
min-width: 11rem; min-width: 16rem;
margin: 1rem 1rem 1rem 0; margin: 1rem 1rem 1rem 0;
} }
@ -2055,15 +2055,16 @@ textarea {
border-top: 0.1em solid #000; border-top: 0.1em solid #000;
} }
.xarxaprod-agenda .xarxaprod-card-each > * {
display: inline-flex;
align-items: center;
}
.xarxaprod-agenda .xarxaprod-card-each .entry-title, .xarxaprod-agenda .xarxaprod-card-each .entry-title,
.xarxaprod-agenda .xarxaprod-card-each h6 { .xarxaprod-agenda .xarxaprod-card-each h6 {
border-bottom: none; border-bottom: none;
} }
.xarxaprod-agenda .xarxaprod-card-each p {
font-size: 1.5em;
}
li.category-activitats, li.category-activitats,
li[class*="category-agenda"] { li[class*="category-agenda"] {
position: relative; position: relative;

File diff suppressed because one or more lines are too long