padding header and event fixed for mobile

This commit is contained in:
Jorg Van Renterghem 2016-11-01 13:10:25 +01:00
parent 86bb7acd17
commit 6cabc0d9a2
2 changed files with 13 additions and 1 deletions

View file

@ -34,7 +34,10 @@
padding-top:0px;
box-shadow : none;
width: 60%;
//for better spacing on mobile
@media screen and (max-width: 768px) {
width: 100%;
}
.title {
font-size: 1.7em;
font-weight: 500;

View file

@ -124,6 +124,15 @@ footer.footer {
max-height: 250px;
}
}
//for better spacing on mobile
header.section {
padding: 0px 0px;
}
main.section {
padding-top: 0px;
}
}
#tipue_search_input {