Commit 8cec16ca authored by Karishma Chadha's avatar Karishma Chadha

Fix 4-column (mobile) responsiveness for creative tools section

parent 8c8052c0
...@@ -1111,6 +1111,10 @@ p { ...@@ -1111,6 +1111,10 @@ p {
span { span {
font-size: 0.875rem; font-size: 0.875rem;
line-height: 1.25rem; line-height: 1.25rem;
@media #{$small} {
width: 300px;
}
} }
.conferences-hero { .conferences-hero {
...@@ -1226,7 +1230,7 @@ p { ...@@ -1226,7 +1230,7 @@ p {
width: 248px; width: 248px;
} }
@media #{$small} { @media #{$small} {
width: 160px; height: 130px;
} }
} }
...@@ -1241,7 +1245,8 @@ p { ...@@ -1241,7 +1245,8 @@ p {
width: 342px; width: 342px;
} }
@media #{$small} { @media #{$small} {
width: 220px; // width: 220px;
height: 130px;
} }
} }
} }
...@@ -1249,6 +1254,10 @@ p { ...@@ -1249,6 +1254,10 @@ p {
.subsection-tag { .subsection-tag {
background-color: $ui-aqua; background-color: $ui-aqua;
@media #{$small} {
max-width: 250px;
}
&.collaborator { &.collaborator {
color: $type-gray; color: $type-gray;
background-color: $ui-blue-10percent; background-color: $ui-blue-10percent;
...@@ -1270,6 +1279,12 @@ p { ...@@ -1270,6 +1279,12 @@ p {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
@media #{$small} {
img {
max-width: 300px;
}
}
} }
.tools-stats { .tools-stats {
...@@ -1362,6 +1377,12 @@ p { ...@@ -1362,6 +1377,12 @@ p {
margin-bottom: 0; margin-bottom: 0;
} }
} }
@media #{$small} {
.subsection-tag {
margin-left: -10px;
}
}
} }
.abhi-quote { .abhi-quote {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment