Skip to content
This repository has been archived by the owner on Jan 26, 2021. It is now read-only.

Commit

Permalink
left and right margins added to pages (#532)
Browse files Browse the repository at this point in the history
* left and right margins added to pages
  • Loading branch information
theyashshahs authored May 20, 2020
1 parent aa92f97 commit b5b6de9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions systers_portal/static/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
margin-bottom: 15px;
}

.mr4 {
margin-right: 4px;
.mr16 {
margin-right: 16px;
}

.ml15 {
margin-left: 15px;
.ml16 {
margin-left: 16px;
}

/* Sticky footer styles
Expand Down
3 changes: 2 additions & 1 deletion systers_portal/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
</head>

<body>
<div class="ml16 mr16">
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container-fluid">
<div class="navbar-header">
Expand Down Expand Up @@ -196,7 +197,7 @@
</p>
</div>
</div>

</div>
<script src="{% static 'js/libs/jquery-1.11.1.min.js' %}"></script>
<script src="{% static 'js/libs/bootstrap.min.js' %}"></script>
<script src="{% static 'js/choose_profile_pic.js' %}"></script>
Expand Down

0 comments on commit b5b6de9

Please sign in to comment.