diff --git a/index.html b/index.html index 8d3f29c..8fbab6f 100644 --- a/index.html +++ b/index.html @@ -71,7 +71,7 @@
Tweet - +
diff --git a/style/style.css b/style/style.css index 8e3c455..b83f201 100644 --- a/style/style.css +++ b/style/style.css @@ -168,15 +168,32 @@ and (max-device-width : 480px) { line-height:1em; } +#attributions { + color:#232323; + position:absolute; + width:100%; + left: 0%; + top: 70%; + text-align:center; + font-size:1.25em; + z-index:98; +} + + @media only screen and (min-device-width : 320px) -and (max-device-width : 480px) { +and (max-device-width : 580px) { .centeredHeader { font-size:2em; text-align:center; line-height:0.6em; } + #attributions { + font-size:.6em; + } + + .centeredSubHeader { font-size:1em; text-align:center; @@ -262,22 +279,14 @@ body { -ms-user-select: none; user-select: none; } + #bottombar { padding:0; - position:absolute; - width:100%; + position:fixed; + width:1000px; text-align:center; - left:0%; + left:50%; + margin-left:-500px; bottom:10px; z-index:98; -} -#attributions { - color:#232323; - position:absolute; - width:100%; - left: 0%; - top: 70%; - text-align:center; - font-size:3vmin; - z-index:98; -} +} \ No newline at end of file