Merge pull request from sehgalvibhor/develop

Responsive about page!
This commit is contained in:
Benjamin Wheeler 2018-10-29 06:59:56 -04:00 committed by GitHub
commit 183bdccdae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,6 +10,7 @@
div {
display: inline-block;
width: calc(50% - 10px);
min-width: calc(50% - 10px);
ul {
margin: 0;
@ -29,8 +30,9 @@
}
iframe {
display: block;
border: 1px solid $ui-gray;
width: 460px;
width: 100%;
height: 290px;
}
}