From ce193dc46262aa9e3cce38b623503d907cbf27a0 Mon Sep 17 00:00:00 2001 From: dorsaaaa <94180075+dorsaaaa@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:50:25 +0330 Subject: [PATCH] fixed resizing columns --- index.html | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index e171438..584ecf1 100644 --- a/index.html +++ b/index.html @@ -12,6 +12,10 @@ font-weight: normal; font-size: 12px; } + /* Add a class to the section for full width */ + .full-width { + width: 100%; + } @@ -30,10 +34,13 @@