🎨 Reglage de la largeur de la barre de résultats

pull/138/head
mama 2017-11-23 18:51:55 +01:00
parent fd97ea7fa1
commit 2c28b129f8
2 changed files with 2 additions and 7 deletions

View File

@ -8,12 +8,6 @@
box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width:860px) {
#results {
width: 45em;
}
}
#results-actions {
background: #333350;
}

View File

@ -8,7 +8,8 @@
padding-bottom: 10%;
padding: 1em;
max-width: 50em;
width: 90%;
max-width: 45em;
font-size: 130%;
}