removing absolute positioning
This commit is contained in:
parent
4120c8a2c7
commit
f358f3d1dd
|
@ -132,10 +132,10 @@ html {
|
||||||
padding: 50px 0;
|
padding: 50px 0;
|
||||||
color: #f0f9ff;
|
color: #f0f9ff;
|
||||||
background-color: #282d32;
|
background-color: #282d32;
|
||||||
position: absolute;
|
/*position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer-dark h3 {
|
.footer-dark h3 {
|
||||||
|
|
Loading…
Reference in New Issue