diff --git a/templates/index.html b/templates/index.html index d79a0f8..a884456 100644 --- a/templates/index.html +++ b/templates/index.html @@ -60,6 +60,16 @@ white-space: normal; font-size: clamp(0.9rem, 4vw, 1.5rem); padding: 0.5rem; + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + } + + .article-tile .btn .article-icon { + font-size: min(18vw, 22vh); + line-height: 1; + margin-bottom: 0.25rem; } .kasse-sum-row { @@ -127,8 +137,8 @@