Skip to content

Commit 8dbec69

Browse files
authored
refactor: remove participants right banner image (#292)
refactor: remove participants right banner image <img width="1728" alt="Screenshot 2025-07-03 at 11 04 07 PM" src="https://github.com/user-attachments/assets/76344743-ac6b-4548-bdfb-25ff7b5e2dc5" /> Signed-off-by: Daniel Phillips <[email protected]>
1 parent 72a007e commit 8dbec69

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

sass/_valkey.scss

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ p {
118118
color: #6983ff;
119119
width: 100%;
120120
padding: 10px;
121-
padding: 0 20px;
122121

123122
@include respond-min(768px) {
124123
padding: 0 20px;
@@ -1185,23 +1184,29 @@ aside {
11851184
}
11861185

11871186
.participant-list {
1188-
[class^="participant-"] {
1187+
> [class^="participant-"] {
11891188
background: white;
1190-
padding: 2rem;
1189+
padding: 2rem 2rem 4rem;
11911190
margin-bottom: 2rem;
11921191
display: flex;
1192+
border-bottom: 2px solid #E2E8F0;
1193+
1194+
&:last-child {
1195+
border-bottom: none;
1196+
}
11931197

11941198
@media (max-width: 768px) {
11951199
flex-direction: column;
1200+
margin-bottom: 0;
11961201
}
11971202

11981203
.participant-brand {
11991204
width: 30%;
12001205
max-width: 220px;
1201-
padding: 1rem;
1206+
padding: 2rem;
12021207

1203-
@media (max-width: 480px) {
1204-
width: 60%;
1208+
@media (max-width: 768px) {
1209+
width: 100%;
12051210
max-width: none;
12061211
}
12071212

templates/participants.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "right-styled.html" %}
1+
{% extends "fullwidth.html" %}
22

33
{% block subhead_content%}
44
{{ page.content | safe }}

0 commit comments

Comments
 (0)