Skip to content

Commit 9bffe39

Browse files
author
Kátia Nakamura
authored
Merge pull request #1 from PythonBalkan/develop
templates/index: add style width to the image
2 parents b23f87e + b02e32a commit 9bffe39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyconbalkan/core/templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</head>
2828
<body style="text-align:center;">
2929

30-
<img src="{% static 'img/front-light-pyConBlkn-2.png' %}">
30+
<img src="{% static 'img/front-light-pyConBlkn-2.png' %}" style="width:83%;">
3131

3232
<div class="black">
3333
<span class="blue">C</span>OMING <span class="yellow">S</span>OON

0 commit comments

Comments
 (0)