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;
|
padding-top:0px;
|
||||||
box-shadow : none;
|
box-shadow : none;
|
||||||
width: 60%;
|
width: 60%;
|
||||||
|
//for better spacing on mobile
|
||||||
|
@media screen and (max-width: 768px) {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
.title {
|
.title {
|
||||||
font-size: 1.7em;
|
font-size: 1.7em;
|
||||||
font-weight: 500;
|
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 {
|
.is-narrow {
|
||||||
flex: none;
|
flex: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue