From 9ac0a35ad0edd305c83d30bbfea7bcd142b74c61 Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Tue, 7 Oct 2025 14:58:59 +0300 Subject: Add chain links --- index.html | 8 ++++++++ style.css | 12 ++++++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index c9b1843..1d6ceff 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,7 @@ my page +

About me

I'm a second-year student at @@ -36,6 +37,7 @@ >. I am interested in various fields, from systems programming, robotics, and computer vision to web applications and technologies.
+

Socials

+ + diff --git a/style.css b/style.css index bee5b8c..29c658e 100644 --- a/style.css +++ b/style.css @@ -58,7 +58,6 @@ nav > * { flex: 1; - text-decoration: none; text-align: center; text-wrap: nowrap; overflow: hidden; @@ -99,6 +98,7 @@ ul { a, .copy { color: var(--color-primary); + text-decoration: none; } .copy:hover { @@ -117,7 +117,6 @@ a, .links > a { flex: 1; - text-decoration: none; text-align: center; text-wrap: nowrap; padding: 0.25rem 1rem; @@ -125,3 +124,12 @@ a, border: 0.1rem solid var(--color-primary); border-radius: 1rem; } + +.chain-links { + display: flex; +} + +.chain-links > * { + flex: 1; + text-align: center; +} -- cgit v1.3