feat(hero-banner): add border radius and clip-path to event schedule rows for improved styling
This commit is contained in:
@@ -121,10 +121,14 @@
|
||||
.event-schedules {
|
||||
margin-top: 1.25rem;
|
||||
|
||||
tr {
|
||||
border-radius: 0.5rem;
|
||||
clip-path: inset(0 round 0.5rem);
|
||||
}
|
||||
|
||||
td {
|
||||
width: 50%;
|
||||
padding: 0.65rem 1rem;
|
||||
border-radius: 0.5rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user