Skip to content

Commit

Permalink
More mobile compatibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
thewchan committed Jun 27, 2020
1 parent 97ce240 commit 571fbd0
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions static/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,19 @@ html {
line-height:1.15;
-webkit-text-size-adjust:100%;
position: relative;
min-height: 100%;
height:100%;
box-sizing:border-box;
}

*,
*:before,
*:after {
box-sizing:inherit;
}

footer {
position: absolute;
left: 0;
bottom: 0;
height: 100px;
width: 100%;
}

p {
Expand All @@ -35,7 +39,10 @@ p.license {
}

body {
margin:25px
margin:25px;
position:relative;
min-height:100%;
padding-bottom:6rem;
}

main {
Expand Down

0 comments on commit 571fbd0

Please sign in to comment.