Skip to content

Commit

Permalink
Change the layout of the header element in main
Browse files Browse the repository at this point in the history
- change the layout to row instead of column
  • Loading branch information
i-Bex authored and i-Bex committed Apr 29, 2024
1 parent af083c5 commit 3ca0f25
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,14 @@ body {
appearance:none;
}

@media screen and (min-width:81.25rem) {
.main__header {
flex-direction:row;
align-items:center;
justify-content:space-between;
}
}

/* @media (prefers-color-scheme:dark){
body {
--body-background:var(--Very-Dark-Blue-Dark-Mode-Background);
Expand Down Expand Up @@ -206,4 +214,4 @@ body {
--filter-btn-bg:var(--Dark-Blue-Dark-Mode-Elements);
--filter-btn-clr:var(--White-Dark-Mode-Text-Light-Mode-Elements);
}
}
} */

0 comments on commit 3ca0f25

Please sign in to comment.