aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorTolmachev Igor <me@igorek.dev>2025-10-07 15:15:51 +0300
committerTolmachev Igor <me@igorek.dev>2025-10-07 15:15:51 +0300
commit23b87f51b39c76c768c58c3355597018ff884222 (patch)
tree73385c4dd155bb8bba000ab21b16e6edcc57a213
parent9ac0a35ad0edd305c83d30bbfea7bcd142b74c61 (diff)
downloadpages-23b87f51b39c76c768c58c3355597018ff884222.tar.gz
pages-23b87f51b39c76c768c58c3355597018ff884222.zip
Rename chain links into webring
-rw-r--r--index.html4
-rw-r--r--style.css4
2 files changed, 4 insertions, 4 deletions
diff --git a/index.html b/index.html
index 1d6ceff..cea5993 100644
--- a/index.html
+++ b/index.html
@@ -72,9 +72,9 @@
72 </ul> 72 </ul>
73 </section> 73 </section>
74 74
75 <footer class="chain-links"> 75 <footer class="webring">
76 <a href="https://tomashevi.ch/"><i class="nf nf-fa-backward"></i></a> 76 <a href="https://tomashevi.ch/"><i class="nf nf-fa-backward"></i></a>
77 <span>igorek.dev</span> 77 <span>webring</span>
78 <a href="https://arslee.me/"><i class="nf nf-fa-forward"></i></a> 78 <a href="https://arslee.me/"><i class="nf nf-fa-forward"></i></a>
79 </footer> 79 </footer>
80 </body> 80 </body>
diff --git a/style.css b/style.css
index 29c658e..e7d5e1c 100644
--- a/style.css
+++ b/style.css
@@ -125,11 +125,11 @@ a,
125 border-radius: 1rem; 125 border-radius: 1rem;
126} 126}
127 127
128.chain-links { 128.webring {
129 display: flex; 129 display: flex;
130} 130}
131 131
132.chain-links > * { 132.webring > * {
133 flex: 1; 133 flex: 1;
134 text-align: center; 134 text-align: center;
135} 135}