Skip to content

Commit 7104a02

Browse files
committed
fix: styling issues with non member presenters
1 parent b7598f1 commit 7104a02

3 files changed

Lines changed: 14 additions & 8 deletions

File tree

SgfDevs/scss/modules/dev_night_banner.scss

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,21 +66,27 @@
6666

6767
.members {
6868
display: flex;
69-
69+
7070
top: -40px;
7171
position: absolute;
7272
align-self: center;
73-
74-
a {
73+
74+
> img,
75+
> a {
7576
border: 2px solid $light_blue;
7677
border-radius: 50%;
7778
width: 80px;
7879
height: 80px;
7980
display: block;
8081
background: #153557;
82+
overflow: hidden;
8183
}
82-
83-
a:not(:first-child) {
84+
85+
a {
86+
flex-shrink: 0;
87+
}
88+
89+
> :not(:first-child) {
8490
margin-left: -10px;
8591
transform:rotateY(-1deg); /* and here */
8692
}
@@ -249,4 +255,4 @@
249255
}
250256
}
251257
}
252-
}
258+
}

SgfDevs/wwwroot/css/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)