Skip to content

Commit

Permalink
Changes in style as asked in issue. (oppia#6042)
Browse files Browse the repository at this point in the history
  • Loading branch information
DubeySandeep authored and nithusha21 committed Jan 2, 2019
1 parent 75fb742 commit f8b0216
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,10 @@ <h2 class="oppia-stewards-landing-h2" style="padding-right: 15px;">Support from
</div>
</div>

<div class="oppia-stewards-landing-section" style="background-color: #e8e7e3; max-width: 90%; padding-bottom: 300px;">
<div class="oppia-stewards-landing-section" style="background-color: #e8e7e3; max-width: 90%; padding-bottom: 50px;">
<section style="padding: 30px;">
<!--A container to make a grid with a fixed column-->
<main class="row">
<main class="row" style="display: flex;">
<div class="column oppia-stewards-sidebar" ng-if="!windowIsNarrow">
<ul class="primary">
<li ng-class="{active: isActiveTab(TAB_NAME_PARENTS)}"><a ng-click="setActiveTabName(TAB_NAME_PARENTS)">Parents</a></li>
Expand Down Expand Up @@ -485,11 +485,11 @@ <h2>
float: left;
height: 500px;
margin-left: 20px;
width: 60%;
}
.oppia-stewards-main-content-buttons {
display: block;
margin: 40px auto 0;
text-align: center;
}
.oppia-stewards-landing-top-section {
margin-left: 60px;
Expand Down

0 comments on commit f8b0216

Please sign in to comment.