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;