aboutsummaryrefslogtreecommitdiffhomepage
path: root/style.css
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 /style.css
parent9ac0a35ad0edd305c83d30bbfea7bcd142b74c61 (diff)
downloadpages-23b87f51b39c76c768c58c3355597018ff884222.tar.gz
pages-23b87f51b39c76c768c58c3355597018ff884222.zip
Rename chain links into webring
Diffstat (limited to 'style.css')
-rw-r--r--style.css4
1 files changed, 2 insertions, 2 deletions
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}