Merge pull request #110 from ZeusWPI/jorg

padding header and event fixed for mobile
This commit is contained in:
lorin 2016-11-01 13:42:31 +01:00 committed by GitHub
commit 1ce3d152e0
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

@ -139,6 +139,15 @@ footer.footer {
}
}
//for better spacing on mobile
header.section {
padding: 0px 0px;
}
main.section {
padding-top: 0px;
}
.is-narrow {
flex: none;
}