From 965da62d29e7a3816cad90fbd782537b431a926d Mon Sep 17 00:00:00 2001 From: rmall2003 Date: Mon, 15 Jan 2024 23:08:12 +0530 Subject: [PATCH] margin chng in mobile view --- module2-solution/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/module2-solution/css/style.css b/module2-solution/css/style.css index bc37cc3..6733755 100644 --- a/module2-solution/css/style.css +++ b/module2-solution/css/style.css @@ -61,5 +61,6 @@ p{ .box:nth-child(1), .box:nth-child(2), .box:nth-child(3){ width: 100%; float: none; + margin: 5px; } } \ No newline at end of file