Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mobile styling for workshop schedule #79

Open
wants to merge 2 commits into
base: github-pages
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 20 additions & 14 deletions static/css/live.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -1155,6 +1143,7 @@ button.secondary:focus {
width: 50px;
}


.offset td:nth-child(3) {
width: 50%;
}
Expand Down Expand Up @@ -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%
}
}