From e738a4a27cd91afc8c05e91a8c95a0bc4ffdf10a Mon Sep 17 00:00:00 2001 From: Kenneth Jao Date: Tue, 14 Apr 2020 21:03:57 -0400 Subject: [PATCH] more mobile --- index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index.css b/index.css index da0e8ef..13bec50 100644 --- a/index.css +++ b/index.css @@ -207,12 +207,14 @@ input[type='radio'] { #name h5 { text-align: center; } #tabs { - height: auto; width: 80%; + height: 80%; width: 80%; position: relative; top: 10%; } .content { - grid-row: 1 / 10; + padding: 0; } + + } \ No newline at end of file