From b67e380ebc008175bc552daed8535cafc8a3965e Mon Sep 17 00:00:00 2001 From: Annie Vo Date: Sun, 22 Oct 2023 23:08:19 -0400 Subject: [PATCH 1/2] mobile styling for workshop schedule --- static/css/live.css | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/static/css/live.css b/static/css/live.css index 38fd6bc..1e6f3a8 100644 --- a/static/css/live.css +++ b/static/css/live.css @@ -1109,22 +1109,10 @@ button.secondary:focus { font-size: 15px; background-color: white; padding-top: 20px; - padding-bottom: 50px; position: relative; } -.workshop-schedule::after { - content: ''; - /* Add content to the pseudo-element */ - position: absolute; - left: 0; - bottom: 0; - width: 100%; - height: 50px; - /* Adjust the height to match your padding */ - background-color: #23183b; - /* Change "your-color" to the color you desire */ -} + #wsheader { font-size: 25px; @@ -1155,6 +1143,7 @@ button.secondary:focus { width: 50px; } + .offset td:nth-child(3) { width: 50%; } @@ -1191,6 +1180,6 @@ button.secondary:focus { } .workshop-schedule { - margin: 0; + font-size: 12px; } } \ No newline at end of file From 15cf0511049d90b3fd43402486a939c369163241 Mon Sep 17 00:00:00 2001 From: Annie Vo Date: Tue, 24 Oct 2023 21:54:47 -0400 Subject: [PATCH 2/2] mobile styling for workshop schedule --- static/css/live.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/static/css/live.css b/static/css/live.css index 1e6f3a8..56e6dd2 100644 --- a/static/css/live.css +++ b/static/css/live.css @@ -1181,5 +1181,22 @@ button.secondary:focus { .workshop-schedule { font-size: 12px; + + } + + .title-col { + width: 38% + } + + .loc-col { + width: 25% + } + + .date-col { + width: 17% + } + + .time-col { + width: 18% } } \ No newline at end of file