This commit is contained in:
William Zhang 2018-01-29 23:21:15 -05:00
parent 33f3252654
commit df5f436e35
No known key found for this signature in database
GPG Key ID: C0BA3A2B5CF410DC
4 changed files with 5 additions and 12 deletions

View File

View File

@ -4,8 +4,7 @@
}*/
#contact {
width: 1200px;
max-width: 100vw;
width: 100%;
display: block;
text-align: center;
margin-bottom: 2.5vh;

View File

@ -177,6 +177,8 @@ section {
#resources {
/*max-width: 1200px;*/
display: flex;
margin: 0 20vw;
width: 60vw;
height: 100%;
justify-content: center;
flex-flow: row wrap;

View File

@ -100,8 +100,8 @@
}
section {
max-width: 750px;
flex-grow: 1;
flex-shrink: 0;
flex-grow: 1;
flex-shrink: 0;
}
#banner > h1 {
font-size: 40px;
@ -172,14 +172,6 @@
}
@media screen and (min-width: 1800px) {
#intro-text,
#intro-image,
#tweets,
#feedback,
.list,
.links {
width: 100%;
}
#letter {
font-size: 1.4em;
}