Skip to content

Commit 1c9841c

Browse files
committed
Mejoras en padding de Header y Footer
1 parent a337d9c commit 1c9841c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/App.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ body {
4444

4545
h1 {
4646
text-align: center;
47-
margin-block: 1rem;
47+
margin-block-start: 1rem;
48+
margin-block-end: 2rem;
4849
font-size: clamp(2.5rem, calc(2rem + 1.333vw), 3rem);
4950
text-shadow: 2px 2px 3px var(--info-color);
5051
display: flex;

src/components/footer/footer.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
@scope (footer) {
22
:scope {
33
text-align: center;
4-
padding: 1rem;
4+
padding-block-end: 1rem;
5+
padding-block-start: 2rem;
56

67
p,
78
a {

0 commit comments

Comments
 (0)