Skip to content
This repository was archived by the owner on Aug 15, 2022. It is now read-only.

Commit b28fe23

Browse files
authored
client: jekyll: minor overflow fix
1 parent 4602ff1 commit b28fe23

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

docs/_css/home/columns.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
position: absolute;
2020
left: 0;
2121
top: 0;
22+
max-width: 40px;
2223
}
2324
h4 {
2425
font-weight: 500;
@@ -52,4 +53,4 @@
5253
width: 100%;
5354
margin-bottom: 42px;
5455
}
55-
}
56+
}

0 commit comments

Comments
 (0)