mirror of
https://github.com/samsonjs/mit-license.git
synced 2026-04-27 15:07:42 +00:00
Merge pull request #721 from jaswinder-singh/master
display bug with the gravtar fixed :) in eula-modern.css
This commit is contained in:
commit
558cbc8e0e
1 changed files with 4 additions and 3 deletions
|
|
@ -37,6 +37,7 @@ article {
|
||||||
max-width: 700px;
|
max-width: 700px;
|
||||||
margin: 10px auto 0px;
|
margin: 10px auto 0px;
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
|
margin-top: -65px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-device-height: 699px) {
|
@media (max-device-height: 699px) {
|
||||||
|
|
@ -47,7 +48,7 @@ article {
|
||||||
}
|
}
|
||||||
|
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 4.2em;
|
font-size: 3.8em;
|
||||||
font-family: Segoe UI Light,'SegoeUILightWF',Arial,sans-serif;
|
font-family: Segoe UI Light,'SegoeUILightWF',Arial,sans-serif;
|
||||||
line-height: .9em;
|
line-height: .9em;
|
||||||
color: #000;
|
color: #000;
|
||||||
|
|
@ -127,7 +128,7 @@ footer a:visited {
|
||||||
position: relative;
|
position: relative;
|
||||||
float: right;
|
float: right;
|
||||||
border: 3px solid #ccc;
|
border: 3px solid #ccc;
|
||||||
top: -4.3em;
|
top: 4.5em;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue