n-channel

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit cc1b9da20219fc14e6d7b8e6072b65bf6f961118
parent d3f007efed3ebdff0397246afbf48f019c9ed002
Author: Samdal <samdal@protonmail.com>
Date:   Sat, 22 Feb 2025 01:38:04 +0100

add width and height to nav images

Diffstat:
M_includes/navigation.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/navigation.html b/_includes/navigation.html @@ -1,8 +1,8 @@ <header aria-hidden="true" class="no-print"> <a href="/" style> <div class="header-img-outer"> - <img class="header-img" style="margin-bottom: 0.5rem; max-width: 9.5rem;" src="/assets/images/templeos.jpeg"> - <img class="header-img" style="margin-bottom: 0.5rem; max-width: 8.0rem;" src="/assets/images/c-programming-language-chito.png"> + <img class="header-img" style="margin-bottom: 0.5rem; max-width: 9.5rem;" src="/assets/images/templeos.jpeg" width="250" height="288"> + <img class="header-img" style="margin-bottom: 0.5rem; max-width: 8.0rem;" src="/assets/images/c-programming-language-chito.png" width="180" height="244"> </div> </a> <nav role="navigation" aria-hidden="true">