Skip to content

Commit

Permalink
SupportAssignments: Readding main layout styling #1450
Browse files Browse the repository at this point in the history
  • Loading branch information
ltwheeler committed Nov 30, 2017
1 parent 7f7a950 commit f548fc0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/supportAssignment/instructionalSupportAssignment.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
.page-container .main-content.support-assignments__container {
width: 100vw;
}

body {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 12px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
</div>

<div ng-if="view.state && isAllowed == true" class="support-assignments">
<div class="main-content">
<div class="main-content support-assignments__container">
<div class="row" style="margin-top: 10px;">
<!-- search bar -->
<div class="search-flex">
Expand Down

0 comments on commit f548fc0

Please sign in to comment.