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
Fix nav image border on blog pages
bwc9876.dev
1 year ago
b31f279e
063123cd
verified
This commit was signed with the committer's
known signature
.
bwc9876.dev
SSH Key Fingerprint:
SHA256:DanMEP/RNlSC7pAVbnXO6wzQV00rqyKj053tz4uH5gQ=
+2
-2
2 changed files
expand all
collapse all
unified
split
src
content
posts
hello_world.mdx
pages
blog
[...slug].astro
+1
-1
src/content/posts/hello_world.mdx
···
147
147
</Layout>
148
148
149
149
<style is:global>
150
150
-
img {
150
150
+
main img {
151
151
border: solid 1px var(--text) !important;
152
152
border-radius: 5px;
153
153
}
+1
-1
src/pages/blog/[...slug].astro
···
79
79
box-sizing: border-box;
80
80
}
81
81
82
82
-
img {
82
82
+
main img {
83
83
border: solid 1px var(--text) !important;
84
84
border-radius: 5px;
85
85
max-width: 100% !important;