Merge branch 'group-css' into 'develop'
Fix alignment of group cards See merge request gab/social/gab-social!15
This commit is contained in:
commit
7f05f4d47c
@ -17,7 +17,6 @@
|
|||||||
.group-card-list {
|
.group-card-list {
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: flex-start;
|
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -34,7 +33,7 @@
|
|||||||
|
|
||||||
.group-card__header {
|
.group-card__header {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
@ -72,4 +71,4 @@
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user