We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b16788 commit 5dee163Copy full SHA for 5dee163
app/assets/stylesheets/groups.scss
@@ -163,8 +163,9 @@
163
.groups-members-card {
164
background-color: $card-green;
165
border: 1px solid $secondary-green;
166
+ border-top: 6px solid $primary-green;
167
display: inline-block;
- height: 100px;
168
+ height: 145px;
169
margin: 18px 10px;
170
padding: 0 15px;
171
width: 350px;
@@ -554,10 +555,11 @@
554
555
556
.row {
557
flex-wrap: nowrap;
558
+ padding-top: 15px;
559
}
560
561
.group-member-button-container {
- width: 100%;
562
+ width: 52%;
563
564
.groups-mentor-card-mini-buttons {
565
display: flex;
0 commit comments