Skip to content

Commit 37ed74b

Browse files
authored
Add base visibility style to stop layout shift (#18)
1 parent f473005 commit 37ed74b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scss/shared/_base.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ small {
6868
display: none;
6969
}
7070

71+
.visibility-hidden {
72+
visibility: hidden;
73+
}
74+
7175
h1, h2, h3, h4, h5, h6 {
7276
font-weight: 600;
7377
color: rgb(var(--zn-text-heading));

0 commit comments

Comments
 (0)