Skip to content

Commit

Permalink
0.9.2: Fixed multi-line slogan display
Browse files Browse the repository at this point in the history
  • Loading branch information
Antifantwerp-Pigeon committed Sep 21, 2024
1 parent 3464439 commit 5cc3407
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "protest-comms",
"version": "0.9.1",
"version": "0.9.2",
"description": "Coordinate slogans, moving, and communicate the needs of your group",
"pwaManifest": {
"name": "Protest Communicator",
Expand Down
8 changes: 6 additions & 2 deletions src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,16 @@ header, footer {
gap: 15px;
> * {
width: 100%;
height: 5rem;
line-height: 4.5rem;
min-height: 5rem;

/* TODO: better centering solution? */
padding-top: 1.5rem;
padding-bottom: 1.5rem;

$border: 1px groove rgb(221, 221, 221);
border-top: $border;
border-bottom: $border;

}
}

Expand Down

0 comments on commit 5cc3407

Please sign in to comment.