FIX github pages layout

This commit is contained in:
unpregnant 2017-02-12 11:29:32 +01:00
parent 123efe7e93
commit 856ce1a75b
2 changed files with 13 additions and 7 deletions

View File

@ -1,7 +1,7 @@
@main: #E77171;
#forkme {
cursor: pointer;
cursor: pointer;font-family: Arial;
display: block;
position: absolute;
top: 0;
@ -21,6 +21,7 @@
}
#readme {
font-family: Arial;
h1 {
background: #4B5B6E;
padding-top: 30px;
@ -29,7 +30,7 @@
padding-left: 10%;
margin-top: 0;
width: 100%;
font-size: 20px;
img {
float: left;
width: 50px;
@ -38,11 +39,12 @@
margin-right: 10px;
transition: none;
box-shadow: none;
width: 35px;
}
}
h2 {
font-size: 30px;
font-size: 20px;
}
a {
@ -77,16 +79,20 @@
width: 75%;
padding: 2.5%;
margin-left: 10%;
overflow-x: scroll;
code {
overflow-x: scroll;
}
}
code{
background: rgba(255, 255, 255, 0.6);
}
hr {
width: 80%;
border: 1px solid #999;
}
p, ul, li, code {
font-size: 15px;
}
img {
height: auto;

File diff suppressed because one or more lines are too long