Skip to content

Commit

Permalink
fix: fix issue with overflow text on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonroberts committed Jun 27, 2019
1 parent 822315a commit e745589
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .firebaserc
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
{}
{
"projects": {
"default": "brandonroberts-website"
}
}
1 change: 0 additions & 1 deletion src/app/blog/blog/blog.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ import { Post } from 'src/app/core/models';
}
a {
font-size: 36px;
color: black;
white-space: initial;
}
Expand Down

0 comments on commit e745589

Please sign in to comment.