tangled
alpha
login
or
join now
bwc9876.dev
/
website
0
fork
atom
Files for my website
bwc9876.dev
0
fork
atom
overview
issues
pulls
pipelines
balance text wrap on tags on project page
bwc9876.dev
4 days ago
7fb32d72
408aa027
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+7
-2
1 changed file
expand all
collapse all
unified
split
src
pages
projects
[...slug].astro
+7
-2
src/pages/projects/[...slug].astro
···
123
margin: 0;
124
}
125
126
-
div.project-header h1 {
127
-
margin-top: 0;
0
0
0
0
0
128
}
129
}
130
···
123
margin: 0;
124
}
125
126
+
div.project-header {
127
+
h1 {
128
+
margin-top: 0;
129
+
}
130
+
p {
131
+
text-wrap: balance;
132
+
}
133
}
134
}
135