styled margins before and after headers

This commit is contained in:
Jorge vitrubio.net 2024-03-31 16:18:36 +02:00
parent 7fe9ffc741
commit db32cad184
5 changed files with 313 additions and 1211 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

View File

@ -7,6 +7,8 @@
h6,
.h1,.h2,.h3,.h4,.h5,.h6{
clear: both;
margin-top: 0;
margin-bottom: 0;
line-height: $font__line-height-header;
}
h1,.h1 {
@ -87,12 +89,12 @@
font-size: $font__size-body*1.1;
}
}
.site-main {
h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6 {
margin: 0;
}
}
//.site-main {
// h1,h2,h3,h4,h5,h6,
// .h1,.h2,.h3,.h4,.h5,.h6 {
// margin: 0;
// }
//}
.home-featured {
h2,.h2 {
margin: 1.2rem 0;
@ -111,6 +113,10 @@
* */
.xarxaprod-intro {
// h1,h2,h3,h4,h5,h6,
//.h1,.h2,.h3,.h4,.h5,.h6 {
// margin: 0;
//}
h1 {}
h2 {}
h3 {

708
style.css

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long