Skip to content

Commit

Permalink
navbar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 7, 2016
1 parent bacbbf3 commit 08356f7
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
6 changes: 5 additions & 1 deletion dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,6 @@ html {
color: white; }

.pageNav {
width: 100vw;
background-color: #383838;
border-top: 0.2em solid #161616 !important;
border-bottom: 0.75em solid; }
Expand Down Expand Up @@ -2621,6 +2620,11 @@ Make this look cool with parallax webgl awesomeness
.contactModal__bodyInfo a:hover {
color: #383638; }

.gradStudents {
display: block;
padding: 1em 0;
box-sizing: border-box; }

.applyCampus {
width: 100%;
float: left;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/scss/base/elements/nav.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

.pageNav {
width:100vw;
//width:100vw;
background-color:#383838;
border-top:0.2em solid #161616 !important;
border-bottom:0.75em solid;
Expand Down
6 changes: 6 additions & 0 deletions src/scss/base/pages/talk-to-us.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,9 @@
}
}

.gradStudents {
display:block;
padding:1em 0;
box-sizing:border-box;
}

3 changes: 3 additions & 0 deletions templates/single-our-team.twig
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
</div>
<a href="#all" class="contactModal__cover"></a>
{% endfor %}
<div class="gradStudents">
{{post.content}}
</div>
</main>

{% endblock %}

0 comments on commit 08356f7

Please sign in to comment.