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