We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55d0832 commit 97e3bbcCopy full SHA for 97e3bbc
1 file changed
_includes/events.html
@@ -93,30 +93,7 @@ <h3 class="event-title">{{ event.name | escape }}</h3>
93
.events-category:last-child {
94
margin-bottom: 0;
95
}
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
+
120
.events-list {
121
display: grid;
122
grid-template-columns: 1fr 1fr;
0 commit comments