Skip to content

Commit 991b31c

Browse files
authored
fix: logo on website is squashed (#349)
1 parent bfc3773 commit 991b31c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

www/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
.vocs_HomePage_logo {
2+
height: auto;
3+
max-width: 100%;
4+
object-fit: contain;
5+
}

0 commit comments

Comments
 (0)