styled margins before and after headers
This commit is contained in:
parent
7fe9ffc741
commit
db32cad184
794
adminstyles.css
794
adminstyles.css
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
|
@ -7,6 +7,8 @@
|
||||||
h6,
|
h6,
|
||||||
.h1,.h2,.h3,.h4,.h5,.h6{
|
.h1,.h2,.h3,.h4,.h5,.h6{
|
||||||
clear: both;
|
clear: both;
|
||||||
|
margin-top: 0;
|
||||||
|
margin-bottom: 0;
|
||||||
line-height: $font__line-height-header;
|
line-height: $font__line-height-header;
|
||||||
}
|
}
|
||||||
h1,.h1 {
|
h1,.h1 {
|
||||||
|
@ -87,12 +89,12 @@
|
||||||
font-size: $font__size-body*1.1;
|
font-size: $font__size-body*1.1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.site-main {
|
//.site-main {
|
||||||
h1,h2,h3,h4,h5,h6,
|
// h1,h2,h3,h4,h5,h6,
|
||||||
.h1,.h2,.h3,.h4,.h5,.h6 {
|
// .h1,.h2,.h3,.h4,.h5,.h6 {
|
||||||
margin: 0;
|
// margin: 0;
|
||||||
}
|
// }
|
||||||
}
|
//}
|
||||||
.home-featured {
|
.home-featured {
|
||||||
h2,.h2 {
|
h2,.h2 {
|
||||||
margin: 1.2rem 0;
|
margin: 1.2rem 0;
|
||||||
|
@ -111,6 +113,10 @@
|
||||||
* */
|
* */
|
||||||
|
|
||||||
.xarxaprod-intro {
|
.xarxaprod-intro {
|
||||||
|
// h1,h2,h3,h4,h5,h6,
|
||||||
|
//.h1,.h2,.h3,.h4,.h5,.h6 {
|
||||||
|
// margin: 0;
|
||||||
|
//}
|
||||||
h1 {}
|
h1 {}
|
||||||
h2 {}
|
h2 {}
|
||||||
h3 {
|
h3 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue