Skip to content

Commit

Permalink
fix logo size in login
Browse files Browse the repository at this point in the history
  • Loading branch information
Her Email authored and alphatownsman committed Dec 2, 2023
1 parent 4e66d7d commit 00be48a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/static/scss/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ body {
}

.nav-search input[type="submit"] {
background-color: var(--pico-secondary-background);
border-color: var(--pico-secondary-background);
background-color: var(--pico-primary-background);
border-color: var(--pico-primary-background);
padding-left: calc(var(--pico-nav-link-spacing-horizontal)*2);
padding-right: calc(var(--pico-nav-link-spacing-horizontal)*2);
}
Expand Down
3 changes: 2 additions & 1 deletion common/static/scss/_login.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,10 @@
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
min-width: max-content;
// min-width: max-content;
width: 50%;
height: max-content;
padding-bottom: 8em;

p {
max-width: 50vw;
Expand Down

0 comments on commit 00be48a

Please sign in to comment.