fix modules

This commit is contained in:
William Zhang 2018-02-14 15:45:27 -05:00
parent bf73deebef
commit 3aea99d3df
2 changed files with 3 additions and 3 deletions

View File

@ -180,8 +180,8 @@ section {
#forms { #forms {
/*max-width: 1200px;*/ /*max-width: 1200px;*/
display: flex; display: flex;
margin: 0 17.5vw; margin: 0 12.5vw;
width: 65vw; width: 75vw;
height: 100%; height: 100%;
justify-content: center; justify-content: center;
flex-flow: row wrap; flex-flow: row wrap;

View File

@ -172,7 +172,7 @@
#intro-image, #intro-image,
.list, .list,
.links { .links {
width: 40vw; width: 37.5vw;
max-width: 550px; max-width: 550px;
} }
.desc, .desc,