| Linux webm010.cluster103.gra.hosting.ovh.net 5.15.206-ovh-vps-grsec-zfs-classid #1 SMP Fri May 15 02:41:25 UTC 2026 x86_64 Path : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/headings/ |
| Current File : /home/cuisinesj/www/new/wp-content/themes/auberge/assets/sass/main/headings/_headings.scss |
/* FILE: main/headings/_headings.scss */
//
// Headings
//
// Basic headings styles
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
@extend %font_weight_400;
clear: both;
padding: 0;
overflow-wrap: break-word;
word-wrap: break-word;
hyphens: auto;
text-rendering: optimizeLegibility; // https://developer.mozilla.org/en-US/docs/CSS/text-rendering
text-transform: uppercase;
&:first-child {
margin-top: 0;
}
a {
text-decoration: none;
color: inherit;
}
}
h1, h2, h3,
.h1, .h2, .h3 {
letter-spacing: .1em;
}
@include h_tags( $golden_major + $golden_minor / 2, true ); // Heading styles on small devices
@include responsive( map_get( $breakpoint, 'm' ) ) {
@include h_tags(); // Heading styles on large devices
}
// Imports
@import '_entry-header';
@import '_widget-title';