Skip to content

Commit

Permalink
update size new item text
Browse files Browse the repository at this point in the history
  • Loading branch information
nklmkln committed Jul 27, 2024
1 parent e444aae commit 5399442
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions css/newItem.css
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,12 @@ input[type="radio"]:checked + img {
@media (max-width: 920px) {
#newItem {
width: 100%;
height: 37svh;
height: 40svh;

padding-top: var(--space-sm);
padding-bottom: var(--space-xl);

z-index: 1;
}

#tagWrapper {
Expand All @@ -172,7 +174,7 @@ input[type="radio"]:checked + img {

#newItemText {
font-size: var(--font-lg);
line-height: normal;
line-height: var(--line-height-base);
}

.actionButton:hover {
Expand Down
2 changes: 1 addition & 1 deletion css/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

--font-sm: 0.875rem;
--font-md: 1rem;
--font-lg: 1.375rem;
--font-lg: 1.125rem;
--font-xl: 1.5rem;
--line-height-base: 140%;

Expand Down

0 comments on commit 5399442

Please sign in to comment.