added date to title in home, added catégories and cat class in block in home
This commit is contained in:
@@ -14,7 +14,7 @@ $font: "CiutadellaRounded", "Helvetica Neue", Helvetica, Roboto, Arial, sans-ser
|
||||
|
||||
@mixin fontbold{
|
||||
// TODO : media query
|
||||
font: $font; font-size:0.87em; font-weight:bold;
|
||||
font: $font; font-size:0.95em; font-weight:bold;
|
||||
}
|
||||
@mixin fontnormal{
|
||||
// TODO : media query
|
||||
@@ -235,7 +235,7 @@ div#center{
|
||||
padding:0.7em;
|
||||
text-align: left;
|
||||
|
||||
a{display: block;}
|
||||
a.image-link{display: block;}
|
||||
|
||||
header{
|
||||
position:relative;
|
||||
@@ -247,16 +247,24 @@ div#center{
|
||||
font-family: $font; text-align: left;
|
||||
padding:0; margin:0;}
|
||||
h1{
|
||||
// font-size: 1em; font-weight: bold;
|
||||
// font-size: 1.3em;
|
||||
@include fontbold;
|
||||
color: $maincolor;
|
||||
margin:0; line-height: 1; height:auto;
|
||||
margin:0 0 0.5em 0; line-height: 1.4; height:auto;
|
||||
display:inline-block; position:relative;
|
||||
// &:after{
|
||||
// content: ""; height:0;
|
||||
// display: block; margin-top:-.7em; margin-bottom:.7em;
|
||||
// // border-top:0.5em solid $maincolor;
|
||||
// transition:border-color 0.3s ease-in;}
|
||||
span.date{
|
||||
font-weight: normal;
|
||||
&:before{
|
||||
content: "|";
|
||||
padding-right:0.5em;
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
h2{@include fontnormal; margin:-0.4em 0 0; line-height: 1;}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user