UPDATE github pages for mobile

This commit is contained in:
salamimitpizza 2017-02-02 21:29:17 +01:00
parent a4f9f0cd84
commit a404afacf7
2 changed files with 12 additions and 3 deletions

View File

@ -59,6 +59,7 @@
h2,
p {
margin-left: 10%;
width: 80%;
}
hr {
@ -67,8 +68,8 @@
}
img {
height: 300px;
width: auto;
height: auto;
width: 200px;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
@ -77,3 +78,11 @@
}
}
}
@media (max-width: 500px) {
#readme {
h1 {
padding-left: 10%;
padding-top: 80px;
}
}
}

File diff suppressed because one or more lines are too long