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 {
span {
font-size: 0.875rem;
line-height: 1.25rem;
@media #{$small} {
width: 300px;
}
}
.conferences-hero {
......@@ -1226,7 +1230,7 @@ p {
width: 248px;
}
@media #{$small} {
width: 160px;
height: 130px;
}
}
......@@ -1241,7 +1245,8 @@ p {
width: 342px;
}
@media #{$small} {
width: 220px;
// width: 220px;
height: 130px;
}
}
}
......@@ -1249,6 +1254,10 @@ p {
.subsection-tag {
background-color: $ui-aqua;
@media #{$small} {
max-width: 250px;
}
&.collaborator {
color: $type-gray;
background-color: $ui-blue-10percent;
......@@ -1270,6 +1279,12 @@ p {
display: flex;
flex-direction: column;
align-items: center;
@media #{$small} {
img {
max-width: 300px;
}
}
}
.tools-stats {
......@@ -1362,6 +1377,12 @@ p {
margin-bottom: 0;
}
}
@media #{$small} {
.subsection-tag {
margin-left: -10px;
}
}
}
.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