UPDATE github pages for mobile
This commit is contained in:
parent
a4f9f0cd84
commit
a404afacf7
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
2
public/style.min.css
vendored
2
public/style.min.css
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user