margin changes

This commit is contained in:
William Zhang 2018-01-29 23:40:25 -05:00
parent 3af7a0a818
commit e199ec8894

View File

@ -137,7 +137,8 @@ span>a:active {
width: 100%; width: 100%;
/*min-height: calc(60vh - 42px - 2.75em); /*min-height: calc(60vh - 42px - 2.75em);
*/ min-height: calc(100vh - 55px - 280px - 86px);
*/
z-index: 1; z-index: 1;
background-color: #4C4A48; background-color: #4C4A48;
/*display: flex; /*display: flex;
@ -177,8 +178,8 @@ section {
#resources { #resources {
/*max-width: 1200px;*/ /*max-width: 1200px;*/
display: flex; display: flex;
margin: 0 20vw; margin: 0 17.5vw;
width: 60vw; width: 65vw;
height: 100%; height: 100%;
justify-content: center; justify-content: center;
flex-flow: row wrap; flex-flow: row wrap;