Responsive about page.

This commit is contained in:
Vibhor Sehgal 2018-10-23 11:29:44 +08:00
parent a6409bbcce
commit 733c3d1bff

View file

@ -2,14 +2,14 @@
.about {
.masthead {
display: flex;
flex-wrap: no-wrap;
display: grid;
grid-template-columns: repeat(auto-fit, minmax(461px, 1fr));;
justify-content: space-between;
align-items: stretch;
div {
display: inline-block;
width: calc(50% - 10px);
width: calc(100% - 10px);
ul {
margin: 0;