diff --git a/app/static/css/default.css b/app/static/css/default.css index 5e9ae47..7d4491c 100644 --- a/app/static/css/default.css +++ b/app/static/css/default.css @@ -96,11 +96,8 @@ h3.footer-title { font-size: 1.3em; } -.card-img-top i { +.card-img-top i, .card-img-top object{ font-size: 100px; -} - -svg { fill: currentColor; } diff --git a/app/templates/moduls/base.html.j2 b/app/templates/moduls/base.html.j2 index 6875687..884010a 100644 --- a/app/templates/moduls/base.html.j2 +++ b/app/templates/moduls/base.html.j2 @@ -3,7 +3,11 @@
{{ card.text }}
- {% if card.url %} - - {{ card.link_text }} - - {% else %} - {{ card.link_text }} +{{ card.text }}
+ {% if card.url %} + + {{ card.link_text }} + + {% else %} + {{ card.link_text }} + {% endif %}