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
3 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
123
margin: 0;
124
124
}
125
125
126
126
-
div.project-header h1 {
127
127
-
margin-top: 0;
126
126
+
div.project-header {
127
127
+
h1 {
128
128
+
margin-top: 0;
129
129
+
}
130
130
+
p {
131
131
+
text-wrap: balance;
132
132
+
}
128
133
}
129
134
}
130
135