iona_portfolio

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

commit 9376ec346c8c7253f1331384a221ad3e8e25cb3b
parent a2f57310a5c2528050bddacef77b15de5d708e80
Author: Jo Young <>
Date:   Sun, 15 Feb 2026 19:17:13 +0000

- index.html: added instagram link
- stylesheet.css: increased font for tab-items

Diffstat:
Mindex.html | 2+-
Mstylesheet.css | 1+
2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -12,7 +12,7 @@ <h2 style="text-align: center"> Iona <hr hidden> - <a href=""> + <a href="https://www.instagram.com/ionartdn"> <img style="float:right" src="data:image/avif;base64,M4_AVIF_INSTAGRAM_BASE64" alt=instagram> </a> </h2> diff --git a/stylesheet.css b/stylesheet.css @@ -11,6 +11,7 @@ header { padding: 10px; width: 25vw; text-align: center; + font-size: max(16px,2vw); } .nav-item-active { text-decoration: underline; } .tabcontent {