Improve icon resizing in the home page.

Changes behavior to prevent exceedingly small icons on exceedingly wide viewports.
Also spreads out the icon and title text in small, portrait viewports.
This commit is contained in:
archshift 2014-12-06 17:20:36 -08:00
parent c557c6d2a9
commit e8c1b61f61

View File

@ -101,12 +101,13 @@ p + ul {
margin: auto;
padding-top: 3vh;
max-width: 400px;
width: 60vw;
width: 40vw;
}
#home #home-image-container img {
max-height: 400px;
height: 50vh;
min-height: 20vw;
width: 100%;
}