smaller + centré

master
iGor milhit 2014-06-08 11:52:38 +02:00
parent 756c9d2aaa
commit ea16765b64
1 changed files with 5 additions and 5 deletions

View File

@ -11,14 +11,14 @@ body {
a { a {
text-decoration: none; text-decoration: none;
padding-top: 35%; padding-top: 40%;
} }
.entree { .entree {
margin: 1em; margin: 1em;
width: 25%; width: 20%;
height: 0px; height: 0px;
padding-bottom: 25%; padding-bottom: 20%;
overflow: hidden; overflow: hidden;
text-align: center; text-align: center;
background-color: rgba(34, 34, 34, .8); background-color: rgba(34, 34, 34, .8);
@ -31,8 +31,8 @@ a {
@media (max-width: 1000px) { @media (max-width: 1000px) {
.entree { .entree {
width: 35%; width: 25%;
padding-bottom: 35% padding-bottom: 25%;
} }
} }