From 8355e616c0329f5a513d5da09bfb1010a4e21be0 Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Sat, 27 Oct 2018 18:35:20 +0200 Subject: [PATCH] make links responsive --- _includes/card.html | 2 +- css/custom.css | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/_includes/card.html b/_includes/card.html index 15c2c649..f10b5758 100644 --- a/_includes/card.html +++ b/_includes/card.html @@ -20,7 +20,7 @@ {% endif %}

{{include.title}}{{include.description}}

-
+

Website: {% if include.website %} diff --git a/css/custom.css b/css/custom.css index 005b088b..aa25fbc6 100644 --- a/css/custom.css +++ b/css/custom.css @@ -4,8 +4,10 @@ box-shadow: 0 3px 10px 0 rgba(150,150,150,0.2) !important; } -.card-bottom { - /* todo - make the card footer and buttons be positioned to the bottom of the card? */ +/* Make links responsive */ +a { + word-wrap: break-word; + max-width: 300px; } /*.card-success, */ .card-success .card-header {