Footer: fix minor positioning issue with phone spec

This commit is contained in:
rektdeckard
2020-08-24 01:05:23 -04:00
parent a5faebb9a8
commit c939508484

View File

@@ -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 {