tangled
alpha
login
or
join now
vielle.dev
/
site-archive
0
fork
atom
[Archived] Archived WIP of vielle.dev
0
fork
atom
overview
issues
pulls
pipelines
Adjust padding on code-heading to make more readable
vielle.dev
8 months ago
f4b9c5a3
22923e5d
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+1
-2
1 changed file
expand all
collapse all
unified
split
src
pages
blog
[id].astro
+1
-2
src/pages/blog/[id].astro
···
127
background: none;
128
aspect-ratio: 1;
129
border-radius: 100%;
130
-
margin-right: 0.5rem;
131
132
display: flex;
133
align-items: center;
···
156
justify-content: space-between;
157
align-items: center;
158
/* gets overridden by * because why not ig */
159
-
padding: 0.5rem !important;
160
position: sticky;
161
top: 0;
162
left: 0;
···
127
background: none;
128
aspect-ratio: 1;
129
border-radius: 100%;
0
130
131
display: flex;
132
align-items: center;
···
155
justify-content: space-between;
156
align-items: center;
157
/* gets overridden by * because why not ig */
158
+
padding: 1rem !important;
159
position: sticky;
160
top: 0;
161
left: 0;