fixed more aoubt alignment

This commit is contained in:
lengstrom 2015-05-25 18:02:53 -04:00
parent f3fc611282
commit f0957a567b
2 changed files with 3 additions and 3 deletions

View file

@ -74,7 +74,7 @@
<div class="faded overlay"></div>
<div id="attributions">
<a href = 'https://itunes.apple.com/us/app/id903769553?mt=8'><b>iOS</b></a> <a href ='https://play.google.com/store/apps/details?id=com.hextris.hextris'><b>Android</b></a><br>
<a href="http://loganengstrom.com/" target="_blank">Logan Engstrom</a>&<a href='garrettdreyfus.github.io' target="_blank">Garrett Finucane</a>
<a href="http://hextris.github.io/hextris/" target="_blank">About/Contact</a>
</div>
<div id='startBtn' ></div>
<div id="helpScreen" class = 'unselectable'>

View file

@ -262,13 +262,13 @@ and (max-device-width : 480px) {
@media only screen and (orientation:landscape) {
#attributions {
top: calc(50vh + 14vh + 30px);
top: calc(50vh + 11vh + 40px);
}
}
@media only screen and (orientation:portrait) {
#attributions {
top: calc(50vh + 14vw + 30px);
top: calc(50vh + 11vw + 40px);
}
}