From 733c3d1bff6616e114ebcc87b17a81e74a429f00 Mon Sep 17 00:00:00 2001 From: Vibhor Sehgal Date: Tue, 23 Oct 2018 11:29:44 +0800 Subject: [PATCH] Responsive about page. --- src/views/about/about.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/about/about.scss b/src/views/about/about.scss index 1ae2e7ce6..83f13330c 100644 --- a/src/views/about/about.scss +++ b/src/views/about/about.scss @@ -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;