Skip to content

Commit

Permalink
grad students suck
Browse files Browse the repository at this point in the history
  • Loading branch information
tsm15002 committed Sep 7, 2016
1 parent b03e144 commit a7483f5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion dist/css/app.css
Original file line number Diff line number Diff line change
Expand Up @@ -2624,7 +2624,8 @@ Make this look cool with parallax webgl awesomeness
width: 100%;
display: block;
padding: 1em 0;
box-sizing: border-box; }
box-sizing: border-box;
clear: both; }
.gradStudents:after {
content: "";
display: table;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/app.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions src/scss/base/pages/talk-to-us.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,7 @@
display:block;
padding:1em 0;
box-sizing:border-box;
clear:both;
@include clearfix;
}

0 comments on commit a7483f5

Please sign in to comment.