Removing logo from simple presentation css
This commit is contained in:
parent
4b30b91c83
commit
26db6a1288
|
@ -283,13 +283,3 @@ body {
|
|||
-webkit-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
||||
-moz-transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985);
|
||||
transition: width 800ms cubic-bezier(0.26, 0.86, 0.44, 0.985); }
|
||||
|
||||
|
||||
/*********************** Footer **************/
|
||||
|
||||
body:after {
|
||||
content: url(../../../images/logo.png);
|
||||
position: fixed;
|
||||
bottom: 3.5em;
|
||||
left: 3.5em;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue