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
|
@ -71,22 +71,6 @@ img:not(.project-inner > div > img):not(.activity>img) {
|
||||||
transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
transition: all 2s cubic-bezier(0.075, 0.82, 0.165, 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
@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;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
@keyframes spinny {
|
@keyframes spinny {
|
||||||
0% {
|
0% {
|
||||||
rotate: 0deg;
|
rotate: 0deg;
|
||||||
|
|
|
@ -168,6 +168,21 @@ h2 {
|
||||||
text-decoration-color: white;
|
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 {
|
.activity {
|
||||||
|
|
Loading…
Reference in a new issue