Enhance character profile component with responsive image handling and navigation button
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
Some checks failed
Deploy Jekyll site to Pages / build (push) Has been cancelled
This commit is contained in:
@@ -5,7 +5,7 @@ layout: page
|
||||
<div class="row">
|
||||
{% if page.image %}
|
||||
<div class="col s6 m4 l1 responsive-img">
|
||||
<img src="{{ page.image | relative_url }}" />
|
||||
<img class="responsive-img" src="{{ page.image | relative_url }}" alt="Picture of {{ page.title }}" />
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="bg-dark fg-yellow cyber-tile col {% if page.image %}s6 m8 l11{% else %}s12 m12 l12{% endif %}">
|
||||
|
||||
Reference in New Issue
Block a user