Footer: fix minor positioning issue with phone spec
This commit is contained in:
@@ -135,10 +135,10 @@ footer {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#phone {
|
#phone {
|
||||||
position: relative;
|
position: absolute;
|
||||||
/* top: 0; */
|
top: 0;
|
||||||
/* left: 0; */
|
left: 0;
|
||||||
transform: translate(-80px, 16px);
|
transform: translate(-80px, 476px);
|
||||||
}
|
}
|
||||||
|
|
||||||
#command {
|
#command {
|
||||||
|
|||||||
Reference in New Issue
Block a user