smaller article buttons

This commit is contained in:
nek0 2015-04-09 12:52:34 +02:00
parent 97a845aadb
commit 41f0d3ccc1

View file

@ -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;
} }