We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f892185 commit e6444adCopy full SHA for e6444ad
_layouts/about.liquid
@@ -46,7 +46,7 @@ layout: default
46
src="{{ page.header_gif.file | prepend: '/assets/img/' | relative_url }}"
47
alt="{{ page.header_gif.alt }}"
48
class="img-fluid z-depth-1"
49
- style="width: 100%;"
+ style="width: 50%;"
50
>
51
{% if page.header_gif.caption %}
52
<div class="caption" style="text-align: center; margin-top: 10px; font-style: italic; color: #6c757d;">
_pages/about.md
@@ -13,7 +13,7 @@ header_gif:
13
file: mybrain.gif
14
alt: "Description of your GIF"
15
caption: "Visualizing of the my brain model"
16
- width: "600px"
+ width: "100px"
17
news: true
18
selected_papers: true
19
social: true
0 commit comments