diff --git a/index.html b/index.html index f1d2f26..c3d0841 100644 --- a/index.html +++ b/index.html @@ -2,13 +2,15 @@ Andrew Davidson - + +

Andrew Davidson

-

@amdavidson

+

@amdavidson

+

hello@amd.im

diff --git a/style.css b/style.css index 8d179d1..90c5c4d 100644 --- a/style.css +++ b/style.css @@ -17,7 +17,7 @@ a:hover { div.info { position: absolute; - top: 50%; + top: 45%; left: 10%; width: 300px; } @@ -34,3 +34,14 @@ div.info p { margin: 0em auto; margin-bottom: 10px; } + +@media (max-width: 1000px) { + div.info { + position: relative !important; + top: auto; + left: auto; + width: 300px; + margin: 0em auto; + margin-top: 50px; + } +}