ADD: network

This commit is contained in:
webfussel 2024-05-21 13:54:10 +02:00
parent bbd2fcaafc
commit 55cc380b2b
2 changed files with 10 additions and 2 deletions

View file

@ -42,6 +42,8 @@
}
.network-list {
display: flex;
& article {
width: clamp(400px, calc(33% - 3rem), 500px);
align-items: center;