Skip to content

Commit

Permalink
style: minor style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
emilfa committed Mar 12, 2026
1 parent 93e8a65 commit 1b27911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ public BrowseCard(BrowseCardController browseCardController, String img, String
checkMarkContainer()
);

setSpacing(10);
setFillWidth(true);
setAlignment(Pos.CENTER);
}
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/browsepage/browse_org.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@
-fx-border-radius: 1em;
-fx-padding: 5px;
-fx-pref-width: 10px;
-fx-background-color: white;
-fx-background-radius: 1em;
}

#imageContainer {}

#logo {}

#orgName {
-fx-font-size: large;
-fx-font-size: x-large;
-fx-font-weight: bold;
}

Expand Down

0 comments on commit 1b27911

Please sign in to comment.