Commit fbea2ad5 authored by Karishma Chadha's avatar Karishma Chadha

Finishing up financials section (except for link to PDF)

parent cbab0004
......@@ -286,7 +286,7 @@ p {
.financials-section {
.inner {
/** max-width: 780px; **/
max-width: 780px;
padding: 80px 0;
}
......@@ -363,6 +363,12 @@ p {
.key-and-money {
display: flex;
}
@media #{$intermediate} {
.key {
margin-right: 100px;
}
}
}
.financials-button-wrapper {
......@@ -393,7 +399,7 @@ p {
@media #{$intermediate-and-smaller} {
.inner {
// max-width: 620px;
max-width: 620px;
padding: 72px 0;
}
......@@ -404,6 +410,7 @@ p {
.financials-table {
margin: 0 0 60px 0;
align-self: flex-start;
}
.graph {
......@@ -413,7 +420,7 @@ p {
@media #{$medium-and-smaller} {
.inner {
// max-width: 460px;
max-width: 460px;
padding: 64px 0;
}
......@@ -424,7 +431,7 @@ p {
@media #{$small} {
.inner {
/** max-width: 300px; **/
max-width: 300px;
width: 100%;
}
......
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