Skip to content

Commit

Permalink
feat: improve the title display for PR preview (#178)
Browse files Browse the repository at this point in the history
Center and enlarge the title when using the "nonProduction" mode which
is activated for PR preview and archive.
  • Loading branch information
tbouffard authored Feb 3, 2023
1 parent fab88ca commit 3b20c04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
build/
public/
.idea/
*.iml
node_modules/
*.DS_Store
.project
Expand Down
5 changes: 3 additions & 2 deletions src/stylesheets/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,9 @@ body {
background: var(--color-red-bonita);

.navbar-item-nonProduction {
align-items: baseline;
font-size: 1.2rem;
align-items: center;
font-size: 1.3rem;
font-weight: bold;
display: flex;
line-height: var(--doc-line-height);
padding: 0 0.5rem;
Expand Down

0 comments on commit 3b20c04

Please sign in to comment.