Skip to content

Commit

Permalink
fix(weather): today forecast vertical align
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyurec committed Aug 11, 2022
1 parent 5adb7f8 commit 4654196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ body[data-page="home"].is-icon-active #journals .journal-item:first-of-type h1.t
bottom: 4px;
left: 0;
display: flex;
align-items: flex-end;
align-items: center;
width: calc(var(--widgetsCalendarWidth) * 0.93);
text-shadow: 1px 1px 0px rgba(var(--widgetsBgColor), 0.8);
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
Expand Down

0 comments on commit 4654196

Please sign in to comment.