From f8aadcfbba62490f41bb62294dae0bb3df0eaabc Mon Sep 17 00:00:00 2001 From: Kaustav96 Date: Fri, 18 Oct 2019 18:24:25 +0530 Subject: [PATCH] Update Formatting & Layout of Commands section --- src/assets/scss/layout/_main.scss | 9 +++++++++ src/pages/index.js | 4 +++- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/src/assets/scss/layout/_main.scss b/src/assets/scss/layout/_main.scss index 1633ea3..dd67c2b 100644 --- a/src/assets/scss/layout/_main.scss +++ b/src/assets/scss/layout/_main.scss @@ -37,6 +37,15 @@ .slack { padding: 0.5em; } + .major h2 { + text-align: center; + } + .major h3 { + font-size: 52px; + } + .major { + text-align: justify; + } } @include breakpoint(large) { diff --git a/src/pages/index.js b/src/pages/index.js index ac024ad..6cf0775 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -139,7 +139,9 @@ class Index extends React.Component {

Mars Rovers Photos

- 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 + 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 Mars 2020 Rover , currently being developed by NASA.