smaller article buttons
This commit is contained in:
parent
97a845aadb
commit
41f0d3ccc1
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
#main article.article {
|
#main article.article {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 14.5em;
|
width: 10em;
|
||||||
height: 14.5em;
|
height: 10em;
|
||||||
margin: 0.3em 0.15em 0px;
|
margin: 0.3em 0.15em 0px;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
box-shadow: 0px 0px 3px #c4c4c4;
|
box-shadow: 0px 0px 3px #c4c4c4;
|
||||||
background-color: #f5f5f5;
|
background-color: #f5f5f5;
|
||||||
line-height: 14.5em;
|
line-height: 10em;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
border-radius: 6px;
|
border-radius: 6px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue