generated from hjess/PythonTemplateProject
[main] Score fixes
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 34s
All checks were successful
Build, Push, and Deploy to Nomad / docker-nomad (push) Successful in 34s
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
BIN
app/controllers/__pycache__/route_to_web.cpython-312.pyc
Normal file
BIN
app/controllers/__pycache__/route_to_web.cpython-312.pyc
Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -2531,7 +2531,7 @@ button:disabled,
|
||||
}
|
||||
.modal-content img {
|
||||
display: block;
|
||||
height: auto;
|
||||
height: auto !important;
|
||||
max-width: 95%; /* Maks bredde på 90% af modalens bredde */
|
||||
max-height: 78vh; /* Maks højde på 80% af viewporten */
|
||||
margin-bottom: 20px;
|
||||
|
||||
@@ -68,7 +68,7 @@ $button-color: #000;
|
||||
|
||||
img {
|
||||
display: block; // Sørg for, at img ikke har default inline opførsel
|
||||
height: auto;
|
||||
height: auto !important;
|
||||
max-width: 95%; /* Maks bredde på 90% af modalens bredde */
|
||||
max-height: 78vh; /* Maks højde på 80% af viewporten */
|
||||
margin-bottom: 20px;
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
</header>
|
||||
|
||||
<span class="image main">
|
||||
<img src="static/images/pic11.jpg" alt="Portugal" />
|
||||
<img src="static/images/pic11.jpg" alt="Portugal" width="500" height="200"/>
|
||||
</span>
|
||||
|
||||
<hr class="major" />
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
{% for favorite in data.favorites %}
|
||||
<article>
|
||||
<a href="{{ favorite.path }}" class="image">
|
||||
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" />
|
||||
<img src="/static/{{favorite.image}}" alt="{{ favorite.name }}" height=300 width=40/>
|
||||
</a>
|
||||
<p><b>{{ favorite.path }}</b>: {{ favorite.description }}</p>
|
||||
</article>
|
||||
|
||||
Reference in New Issue
Block a user