From 85704540e6b5fa7942b825f2959a93c441113e28 Mon Sep 17 00:00:00 2001 From: Andreas Kurm Date: Mon, 10 Feb 2020 12:53:18 +0100 Subject: [PATCH] Modified border radius of buttons on card-footer --- site/themes/hugo_ff_theme/static/css/custom.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/site/themes/hugo_ff_theme/static/css/custom.css b/site/themes/hugo_ff_theme/static/css/custom.css index fafd70e..5f84df4 100644 --- a/site/themes/hugo_ff_theme/static/css/custom.css +++ b/site/themes/hugo_ff_theme/static/css/custom.css @@ -48,6 +48,11 @@ footer{ background-color: hsl(42, 100%, 45%); } +.card-footer .btn{ + border-top-left-radius: 0; + border-top-right-radius: 0; +} + @media all and (max-width: 900px) { .card-deck { display:block!important;