tangled
alpha
login
or
join now
vielle.dev
/
site
0
fork
atom
Personal Site
0
fork
atom
overview
issues
pulls
pipelines
Remove all default margins and padding
vielle.dev
7 months ago
d2d076e8
9e7ae958
verified
This commit was signed with the committer's
known signature
.
vielle.dev
SSH Key Fingerprint:
SHA256:/4bvxqoEh9iMdjAPgcgAgXKZZQTROL3ULiPt6nH9RSs=
+4
-3
1 changed file
expand all
collapse all
unified
split
src
components
Base.astro
+4
-3
src/components/Base.astro
···
16
16
{Astro.props.title ? `${Astro.props.title} | vielle.dev` : "vielle.dev"}
17
17
</title>
18
18
19
19
-
<style>
19
19
+
<style is:global>
20
20
@layer reset {
21
21
:root {
22
22
font-family: sans-serif;
23
23
interpolate-size: allow-keywords
24
24
}
25
25
26
26
-
body {
27
27
-
margin: 0
26
26
+
* {
27
27
+
margin: 0;
28
28
+
padding: 0;
28
29
}
29
30
30
31
img, svg, iframe, audio, video {