Browse Source

3d article overview

pull/2/head
lidia pereira 5 years ago
parent
commit
770eaa0a2b
  1. 11
      themes/homebrewtheme/static/css/main.css

11
themes/homebrewtheme/static/css/main.css

@ -136,7 +136,7 @@ a {
#manifesto {
font-family:'OrkneyRegular';
width:80%;
width:85%;
margin:0 auto;
}
@ -144,6 +144,7 @@ a {
#post-list {
/*display: flex;
flex-wrap: wrap;*/
margin-top:2em;
padding-left:0;
display: flex;
flex-direction: row;
@ -153,7 +154,13 @@ a {
}
#post-list a, #post-list p{
font-size:0.87em;
}
.hentry{
line-height:1.3em;
}
.post-item {
max-width: 30%;
@ -193,6 +200,8 @@ h1, h2,h3 {
background-color: #EAEAEA;
padding:1.4em;
margin-bottom:1.4em;
border-width: 1px 1px 4px 4px;
border-style: solid;
}
.entry-title{

Loading…
Cancel
Save