forked from varia/varia.website
last css details
This commit is contained in:
parent
aa5b18e691
commit
754ebdc127
@ -210,26 +210,24 @@ pre{
|
|||||||
|
|
||||||
/****************************/
|
/****************************/
|
||||||
/* article */
|
/* article */
|
||||||
#content.body .entry-title{
|
|
||||||
display:inline-block;
|
#content.body .article-info{
|
||||||
font-family: "cmusans";
|
position: fixed;
|
||||||
font-size: 180%;
|
|
||||||
line-height: 1.25;
|
|
||||||
font-weight: bold;
|
|
||||||
margin:30px 0 30px 275px;
|
|
||||||
color:#7e5211;
|
|
||||||
width: calc(100% - 275px);
|
|
||||||
}
|
|
||||||
.article-info, .post-info{
|
|
||||||
color:#7e5211;
|
|
||||||
}
|
}
|
||||||
.article-info{
|
.article-info{
|
||||||
width:200px;
|
width:200px;
|
||||||
float: left;
|
float: left;
|
||||||
margin-bottom:1em;
|
margin-bottom:1em;
|
||||||
}
|
}
|
||||||
.article-info .entry-title{
|
#content.body .entry-title{
|
||||||
|
display:inline-block;
|
||||||
|
font-family: "cmusans";
|
||||||
|
font-size: 180%;
|
||||||
|
line-height: 1.25;
|
||||||
|
font-weight: bold;
|
||||||
|
margin:30px 0 30px 275px;
|
||||||
|
color:#7e5211;
|
||||||
|
width: calc(100% - 275px);
|
||||||
}
|
}
|
||||||
.article-info .featured-image img{
|
.article-info .featured-image img{
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
|
Loading…
Reference in New Issue
Block a user