generated from nathanwoodburn/python-webserver-template
feat: Add more theming
All checks were successful
Build Docker / BuildImage (push) Successful in 40s
All checks were successful
Build Docker / BuildImage (push) Successful in 40s
This commit is contained in:
@@ -246,6 +246,17 @@ h1 {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Update table headers for bible study context */
|
||||
.schedule-table th:nth-child(2)::after {
|
||||
content: " 🙏";
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.schedule-table th:nth-child(3)::after {
|
||||
content: " 📖";
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
/* Responsive design */
|
||||
@media (max-width: 768px) {
|
||||
.container {
|
||||
@@ -314,18 +325,18 @@ h1 {
|
||||
}
|
||||
|
||||
.date-cell {
|
||||
width: 20%;
|
||||
width: 25%;
|
||||
font-size: 13px;
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.leader-cell {
|
||||
width: 18%;
|
||||
width: 30%;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.topic-cell {
|
||||
width: 44%;
|
||||
width: 45%;
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
}
|
||||
@@ -354,16 +365,13 @@ h1 {
|
||||
|
||||
/* Hide emoji suffixes on mobile for cleaner look */
|
||||
.schedule-table th:nth-child(2)::after,
|
||||
.schedule-table th:nth-child(3)::after,
|
||||
.schedule-table th:nth-child(4)::after {
|
||||
.schedule-table th:nth-child(3)::after {
|
||||
display: none;
|
||||
}
|
||||
|
||||
/* Stack layout for very small screens */
|
||||
.schedule-table th:nth-child(2),
|
||||
.schedule-table td:nth-child(2),
|
||||
.schedule-table th:nth-child(3),
|
||||
.schedule-table td:nth-child(3) {
|
||||
.schedule-table td:nth-child(2) {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user