don’t cut off the edges of the logo
This commit is contained in:
parent
6e831b65d2
commit
0abc3dc975
|
@ -116,6 +116,7 @@ body > footer img {
|
||||||
width: 100px;
|
width: 100px;
|
||||||
height: 44px;
|
height: 44px;
|
||||||
opacity: .8;
|
opacity: .8;
|
||||||
|
padding: 1px;
|
||||||
-webkit-transition: opacity .2s;
|
-webkit-transition: opacity .2s;
|
||||||
-moz-transition: opacity .2s;
|
-moz-transition: opacity .2s;
|
||||||
transition: opacity .2s;
|
transition: opacity .2s;
|
||||||
|
@ -563,4 +564,4 @@ code.option, code.flag, code.filter, code.output {
|
||||||
font-size: 32px;
|
font-size: 32px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
|
text-shadow: 0 -1px 0 rgba(0,0,0,.5);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue