Ensure the banner's text stays in it's place

This commit is contained in:
Evert Prants 2017-11-14 15:48:44 +02:00
parent ddeff408f1
commit c7f0bbe545
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 3 additions and 0 deletions

View File

@ -63,6 +63,9 @@ input[type=text], input:not([type=submit]) {
max-width: 180px;
max-height: 260px;
}
.show-promo span {
display: block;
}
.blocklayout .block {
margin: 15px;
box-shadow: 2px 2px 5px #9c9c9c;