Commit fc7b5836 authored by seotts's avatar seotts Committed by Karishma Chadha

finished tools for tablet

parent a7a943df
...@@ -1113,7 +1113,7 @@ class AnnualReport extends React.Component { ...@@ -1113,7 +1113,7 @@ class AnnualReport extends React.Component {
alt="" alt=""
src="/images/annual-report/initiatives/Abhi Avatar.png" src="/images/annual-report/initiatives/Abhi Avatar.png"
/> />
<div>Ahbi</div> <div>Abhi</div>
</div> </div>
<Comment <Comment
comment={this.props.intl.formatMessage( comment={this.props.intl.formatMessage(
......
...@@ -32,6 +32,7 @@ h5 { ...@@ -32,6 +32,7 @@ h5 {
text-transform: none; text-transform: none;
font-size: 1rem; font-size: 1rem;
margin: .5rem 0; margin: .5rem 0;
letter-spacing: 0;
} }
p { p {
...@@ -667,7 +668,7 @@ p { ...@@ -667,7 +668,7 @@ p {
display: flex; display: flex;
align-items: center; align-items: center;
font-weight: bold; font-weight: bold;
margin-left: 16px; margin-left: -16px;
img { img {
width: 60px; width: 60px;
...@@ -678,6 +679,43 @@ p { ...@@ -678,6 +679,43 @@ p {
} }
.initiatives-tools { .initiatives-tools {
.hero {
display: flex;
justify-content: space-between;
}
img {
&.left {
@media #{$big} {
width: 432px;
}
@media #{$intermediate} {
width: 340px;
}
@media #{$medium} {
width: 192px;
}
@media #{$small} {
width: 132px;
}
}
&.right {
@media #{$big} {
width: 780px;
}
@media #{$intermediate} {
width: 468px;
}
@media #{$medium} {
width: 342px;
}
@media #{$small} {
width: 220px;
}
}
}
.subsection-tag { .subsection-tag {
background-color: $ui-aqua; background-color: $ui-aqua;
...@@ -816,42 +854,42 @@ p { ...@@ -816,42 +854,42 @@ p {
padding: 1.75rem; padding: 1.75rem;
} }
} }
}
.initiatives-tools { @media #{$intermediate-and-smaller} {
.hero { .tools-LEGO-info, .tools-app-info {
display: flex; h4, p {
justify-content: space-between; text-align: left;
}
img {
&.left {
@media #{$big} {
width: 432px;
}
@media #{$intermediate} {
width: 260px;
} }
@media #{$medium} {
width: 192px;
} }
@media #{$small} {
width: 132px; .tools-extension {
width: 300px;
.tools-stat {
width: 140px;
} }
} }
&.right { .tools-abhi {
@media #{$big} { width: 100%;
width: 780px; align-items: center;
.tools-abhi-intro {
width: 100%;
justify-content: center;
img {
order: -1;
width: 460px;
} }
@media #{$intermediate} {
width: 468px; div {
max-width: 100%;
} }
@media #{$medium} {
width: 342px;
} }
@media #{$small} {
width: 220px; .emoji-text {
text-align: left;
} }
} }
} }
......
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