Skip to content

Commit

Permalink
Adjust gap for personal info
Browse files Browse the repository at this point in the history
  • Loading branch information
vaijira committed Dec 8, 2024
1 parent e9b6a29 commit 4b951bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/css.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,13 @@ pub static FLEX_CONTAINER_CLASS: Lazy<String> = Lazy::new(|| {
class! {
.style("display", "flex")
.style("flex-flow", "wrap")
.style("gap", "5px")
.style("gap", "2px")
}
});

pub static FLEX_CONTAINER_ITEM_20_CLASS: Lazy<String> = Lazy::new(|| {
class! {
.style("flex", "auto")
.style("margin", "5px")
.style("font-size", "small")
// .style("max-width", "20%")
}
Expand Down

1 comment on commit 4b951bc

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.