From 4c4169096de6f570a36191b106bbb61b3491d832 Mon Sep 17 00:00:00 2001 From: Abraham Raji <avronr@tuta.io> Date: Wed, 23 Sep 2020 04:07:09 +0530 Subject: [PATCH] Responsiveness --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 9ba4079..ef5dbcc 100644 --- a/style.css +++ b/style.css @@ -488,4 +488,7 @@ footer .icon-row{ #coc{ width: 90%; } +.deco-box { + flex-direction: column; +} } -- GitLab