Skip to content

Commit e0c90e5

Browse files
committed
Fix mask-image fallback
1 parent 87948d9 commit e0c90e5

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/_sass/tachyons/_styles.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ html {
3636
}
3737
width: 13.31rem;
3838
height: 1.25rem;
39+
font-size: 1.25rem;
3940
}
4041

4142
.vanrarchitektur{
@@ -45,6 +46,7 @@ html {
4546
}
4647
width: 21.25rem;
4748
height: 1.625rem;
49+
font-size: 1.625rem;
4850
}
4951

5052
.x {
@@ -53,6 +55,7 @@ html {
5355
}
5456
width: 1.25rem;
5557
height: 1.25rem;
58+
font-size: 1.25rem;
5659
}
5760

5861

@@ -61,14 +64,17 @@ html {
6164
.vanrarchitektur {
6265
width: 45.75rem;
6366
height: 3.5rem;
67+
font-size: 3.5rem;
6468
}
6569
.x {
6670
width: 2.15rem;
6771
height: 2.15rem;
72+
font-size: 2.15rem;
6873
}
6974
.ringvanrittau {
7075
width: 20rem;
7176
height: 1.875rem;
77+
font-size: 1.875rem;
7278
}
7379
}
7480

0 commit comments

Comments
 (0)