File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
1
@use " ../abstracts/_mixin" as mix ;
2
+ @use " ../abstracts/typography" ;
2
3
3
4
html {
4
5
scroll-behavior : smooth ;
@@ -44,11 +45,12 @@ html:root {
44
45
}
45
46
46
47
body {
48
+ @extend .font-montserrat ;
49
+
47
50
display : flex ;
48
51
flex-direction : column ;
49
52
min-height : 100vh ;
50
53
background-color : var (--clr-background-900 );
51
- font-family : ' Montserrat' , sans-serif ;
52
54
color : var (--clr-foreground );
53
55
line-height : 1.6 ;
54
56
overflow-x : hidden ;
155
157
156
158
.sr-only {
157
159
border : 0 ;
158
- clip : rect (0 0 0 0 );
160
+ clip-path : rect (0 0 0 0 );
159
161
height : 0.0625rem ;
160
162
margin : -0.0625rem ;
161
163
overflow : hidden ;
Original file line number Diff line number Diff line change 46
46
47
47
img {
48
48
all : unset ;
49
- overflow : clip !important ;
49
+ overflow : clip-path !important ;
50
50
width : min (100% , 26.1875rem );
51
51
aspect-ratio : 1 / 1 ;
52
52
}
You can’t perform that action at this time.
0 commit comments