Avoid word wrap inside event date

This commit is contained in:
Raphael Michel
2017-06-21 15:44:42 +02:00
parent 02d2b88a54
commit 91bd02157c
2 changed files with 4 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ section.front-page {
@media (max-width: $screen-sm-max) {
.page-header h1 small {
display: block;
white-space: normal;
}
.row-voucher > div:first-child {
margin-bottom: 15px;

View File

@@ -20,6 +20,9 @@ footer {
h1 {
margin: 0;
}
h1 small {
white-space: nowrap;
}
.loginbox {
padding-top: 15px;
}