Fix Activities not changing with size on socials page
This commit is contained in:
parent
ec6faac33e
commit
633076e52a
2 changed files with 15 additions and 16 deletions
|
@ -168,6 +168,21 @@ h2 {
|
|||
text-decoration-color: white;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 850px) {
|
||||
.activity-container {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.activity {
|
||||
flex: 0 0 49%;
|
||||
margin: auto;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
align-content: center;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.activity {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue