Skip to content

Commit 97e3bbc

Browse files
committed
update events.html
1 parent 55d0832 commit 97e3bbc

1 file changed

Lines changed: 1 addition & 24 deletions

File tree

_includes/events.html

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -93,30 +93,7 @@ <h3 class="event-title">{{ event.name | escape }}</h3>
9393
.events-category:last-child {
9494
margin-bottom: 0;
9595
}
96-
97-
.category-title {
98-
font-size: 1.3rem;
99-
font-weight: 600;
100-
color: #012152;
101-
margin-bottom: 20px;
102-
text-transform: uppercase;
103-
letter-spacing: 0.1em;
104-
position: relative;
105-
padding-left: 20px;
106-
}
107-
108-
.category-title::before {
109-
content: '';
110-
position: absolute;
111-
left: 0;
112-
top: 50%;
113-
transform: translateY(-50%);
114-
width: 4px;
115-
height: 18px;
116-
background: #012152;
117-
border-radius: 2px;
118-
}
119-
96+
12097
.events-list {
12198
display: grid;
12299
grid-template-columns: 1fr 1fr;

0 commit comments

Comments
 (0)