Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/assets/scss/layout/_main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,15 @@
.slack {
padding: 0.5em;
}
.major h2 {
text-align: center;
}
.major h3 {
font-size: 52px;
}
.major {
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
.major {
.commands {

delete the two blocks above this for .major h2 and .major h3

text-align: justify;
}
}

@include breakpoint(large) {
Expand Down
4 changes: 3 additions & 1 deletion src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ class Index extends React.Component {

<h3>Mars Rovers Photos</h3>
<p className="content">
The rovers sub-command returns data and images from the three recent Mars Exploration Rovers (MER). Spirit and Opportunity were launched in mid 2003 as a pair to explore opposite sides of Mars. Curiosity is a more recent rover launched in 2011. You can read more about the upcoming <a href="https://mars.nasa.gov/mars2020/mission/rover/">
The rovers sub-command returns data and images from the three recent Mars Exploration Rovers (MER).
Spirit and Opportunity were launched in mid 2003 as a pair to explore opposite sides of Mars.
Curiosity is a more recent rover launched in 2011. You can read more about the upcoming <a href="https://mars.nasa.gov/mars2020/mission/rover/">
Mars 2020 Rover
</a>, currently being developed by NASA.
</p>
Expand Down