Merge pull request #73 from rmountjoy92/develop

reduced size of tags
This commit is contained in:
sportivaman 2020-03-28 18:08:05 -04:00 committed by GitHub
commit a65e5ef824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,8 +47,8 @@
<div class="row"> <div class="row">
<div class="col s12 m12 l6 xl4"> <div class="col s12 m12 l6 xl4">
<div class="card theme-surface-transparent"> <div class="card theme-surface-transparent">
<div class="card-content pt-1 pb-1"> <div class="card-content pt-0 pb-0">
<h5 class=""> <h5 style="font-size: 1.4em">
{% if tag.icon %} {% if tag.icon %}
<i class="material-icons-outlined mr-2 theme-primary-text" style="position: relative; top: .2rem">{{ tag.icon }}</i> <i class="material-icons-outlined mr-2 theme-primary-text" style="position: relative; top: .2rem">{{ tag.icon }}</i>
{% endif %} {% endif %}