Skip to content

Commit

Permalink
feat(Core/Client): Blogs Page Responsive
Browse files Browse the repository at this point in the history
  • Loading branch information
im-parsa committed Jul 19, 2023
1 parent fc67292 commit ff01212
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions apps/client/src/styles/pages/blog.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -760,7 +760,7 @@

@media only screen and (width <= 1500px)
{
height: 80vh;
height: fit-content;
}

& > nav
Expand Down Expand Up @@ -1684,7 +1684,7 @@
max-width: 90rem;
margin: 2rem auto;
transition: all .5s;
padding: 0;
padding: 0 1rem;

& > label
{
Expand All @@ -1693,7 +1693,7 @@

&Active
{
padding: 1rem 0;
padding: 1rem;
opacity: 1;
height: auto;
}
Expand All @@ -1711,9 +1711,9 @@
margin: 10rem auto 2rem;
padding: 0 1rem;

@media only screen and (max-width: 950px)
@media only screen and (max-width: 650px)
{
padding: 0 1rem;
flex-direction: column;
}

&Filter
Expand Down Expand Up @@ -2043,6 +2043,12 @@
min-width: 25rem;
height: 18rem;
max-height: 18rem;

@media only screen and (max-width: 750px)
{
max-width: 100%;
min-width: 100%;
}
}

&Content
Expand Down

0 comments on commit ff01212

Please sign in to comment.