simple link website digi.rip
0

Configure Feed

Select the types of activity you want to include in your feed.

shorten decorative break and project container

digi.rip (May 30, 2026, 3:25 PM EDT) 500a9bcd a3eafa59

+4 -4
+1 -1
index.html
··· 13 13 <a href="https://bsky.app/profile/digi.rip">talk @ bsky</a> 14 14 <a href="https://tangled.org/digi.rip">code @ tangled</a> 15 15 </div> 16 - <div class="cute-break">~~~~~~~~~~~~~~~~~~~~~~~</div> 16 + <div class="cute-break">~~~~~~~~~~~~~~~~~~</div> 17 17 <div class="projects-container"> 18 18 <a 19 19 class="project-card"
+3 -3
style.css
··· 98 98 .projects-container { 99 99 display: flex; 100 100 flex-direction: column; 101 - 102 - margin-inline-start: 15%; 103 - margin-inline-end: 15%; 101 + margin-inline: auto; 102 + max-width: 400px; 104 103 } 105 104 106 105 .project-name { ··· 121 120 122 121 .lang-tags { 123 122 display: flex; 123 + /*margin: auto;*/ 124 124 gap: 4px; 125 125 } 126 126