diff --git a/static/css/live.css b/static/css/live.css index 38fd6bc..56e6dd2 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,23 @@ button.secondary:focus { } .workshop-schedule { - margin: 0; + 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