Skip to content

Commit 4b951bc

Browse files
committed
Adjust gap for personal info
1 parent e9b6a29 commit 4b951bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/css.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,13 @@ pub static FLEX_CONTAINER_CLASS: Lazy<String> = Lazy::new(|| {
2020
class! {
2121
.style("display", "flex")
2222
.style("flex-flow", "wrap")
23-
.style("gap", "5px")
23+
.style("gap", "2px")
2424
}
2525
});
2626

2727
pub static FLEX_CONTAINER_ITEM_20_CLASS: Lazy<String> = Lazy::new(|| {
2828
class! {
2929
.style("flex", "auto")
30-
.style("margin", "5px")
3130
.style("font-size", "small")
3231
// .style("max-width", "20%")
3332
}

0 commit comments

Comments
 (0)