Unverified Commit 183bdccd authored by Benjamin Wheeler's avatar Benjamin Wheeler Committed by GitHub

Merge pull request #2223 from sehgalvibhor/develop

Responsive about page!
parents 76d6b66b 93d84727
......@@ -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;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment