Skip to content

Commit a813db8

Browse files
authored
update: hero.scss — revert size to before size (#71)
update: `hero.scss` — revert size to before (a23d838)
2 parents 5c15405 + 480099b commit a813db8

File tree

5 files changed

+3
-4
lines changed

5 files changed

+3
-4
lines changed

src/assets/scss/modules/_vars.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ html:root {
1818
--clr-disabled-text: hsl(0, 0%, 50%);
1919
--clr-white: hsl(0, 0%, 100%);
2020
--clr-black: hsl(0, 0%, 0%);
21-
--clr-black-light: hsl(0, 0%, 13%);;
21+
--clr-black-light: hsl(0, 0%, 13%);
2222

2323
--clr-red: hsl(357, 70%, 41%);
2424
--clr-red-dark: hsl(357, 70%, 30%);

src/assets/scss/modules/component/_animation.scss

-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
[data-animation] {
32
opacity: 0;
43
transition: all 1s ease;

src/assets/scss/modules/component/_hero.scss

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
isolation: isolate;
55
align-items: center;
66
justify-content: center;
7+
height: 100vh;
78
max-height: 50em;
89
flex-direction: column;
910
background-color: var(--clr-background);

src/assets/scss/modules/component/_post.scss

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@
5858
);
5959
}
6060
}
61-
6261
}
6362

6463
&_svg {

src/assets/scss/modules/component/_title.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
}
2828
}
2929

30-
@include breakpoint-down('medium') {
30+
@include breakpoint-down("medium") {
3131
flex-direction: column-reverse;
3232
}
3333
}

0 commit comments

Comments
 (0)