Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
// Footer
$footer-padding: 3rem 1.5rem 3rem
+// Images
+$dimensions: 16 24 32 48 64 96 128 192 256 512
+
// Import Bulma
@import "../third-party/bulma/sass/utilities/_all.sass"
@import "../third-party/bulma/sass/base/_all.sass"
</div>
<div class="column is-narrow is-hidden-mobile">
- <figure class="image">
- <img class="is-rounded" src="{{ account.avatar_url(192) }}">
+ <figure class="image is-192x192">
+ <img class="is-rounded" src="{{ account.avatar_url(512) }}">
</figure>
</div>
</div>