From 7e7845d785cb454ef181240072d5c21d7c3e1200 Mon Sep 17 00:00:00 2001 From: Andrew Davidson Date: Tue, 24 Mar 2015 19:40:40 -0400 Subject: [PATCH] updates --- index.html | 6 ++++-- style.css | 13 ++++++++++++- 2 files changed, 16 insertions(+), 3 deletions(-) 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; + } +}