We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a337d9c commit 1c9841cCopy full SHA for 1c9841c
src/App.css
@@ -44,7 +44,8 @@ body {
44
45
h1 {
46
text-align: center;
47
- margin-block: 1rem;
+ margin-block-start: 1rem;
48
+ margin-block-end: 2rem;
49
font-size: clamp(2.5rem, calc(2rem + 1.333vw), 3rem);
50
text-shadow: 2px 2px 3px var(--info-color);
51
display: flex;
src/components/footer/footer.css
@@ -1,7 +1,8 @@
1
@scope (footer) {
2
:scope {
3
4
- padding: 1rem;
+ padding-block-end: 1rem;
5
+ padding-block-start: 2rem;
6
7
p,
8
a {
0 commit comments