Merge pull request #110 from ZeusWPI/jorg
padding header and event fixed for mobile
This commit is contained in:
commit
1ce3d152e0
2 changed files with 13 additions and 1 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue