mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-21 13:55:48 +00:00
display bug with the gravtar fixed :)
what was the bug -> http://prntscr.com/8b3x57
This commit is contained in:
parent
2709ffc5ae
commit
b16ab4556d
1 changed files with 4 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ article {
|
|||
max-width: 700px;
|
||||
margin: 10px auto 0px;
|
||||
text-align: justify;
|
||||
margin-top: -65px;
|
||||
}
|
||||
|
||||
@media (max-device-height: 699px) {
|
||||
|
|
@ -47,7 +48,7 @@ article {
|
|||
}
|
||||
|
||||
h1 {
|
||||
font-size: 4.2em;
|
||||
font-size: 3.8em;
|
||||
font-family: Segoe UI Light,'SegoeUILightWF',Arial,sans-serif;
|
||||
line-height: .9em;
|
||||
color: #000;
|
||||
|
|
@ -127,7 +128,7 @@ footer a:visited {
|
|||
position: relative;
|
||||
float: right;
|
||||
border: 3px solid #ccc;
|
||||
top: -4.3em;
|
||||
top: 4.5em;
|
||||
z-index: 1;
|
||||
border-radius: 10px;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue