pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 4b1cf544cbb04609db108fb59b9149a9dc5b994d parent 16c7b8a748b373286253a3b45caf286b8aad1489 Author: Jul <jul@9o.is> Date: Tue, 15 Jul 2014 22:25:19 -0400 atm page title break-word Diffstat:
| M | src/main/webapp/atm.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/main/webapp/atm.html b/src/main/webapp/atm.html @@ -4,7 +4,7 @@ <div class="row"> <div class="col-xs-12"> <div class="jumbotron wide"> - <h1 class="name">{{model.name}}</h1> + <h1 class="name break-word">{{model.name}}</h1> </div> </div> </div>