Skip to content

Commit

Permalink
Attempt mobile blog page fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
RAbeyrathna committed Nov 9, 2023
1 parent 84a1c70 commit a814678
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions styles/breakpoints/_blog-breakpoints.scss
Original file line number Diff line number Diff line change
Expand Up @@ -206,12 +206,12 @@
flex-direction: column;
}
.single{
margin-bottom: 20px;
margin-top: 12%;
.inner-blog{
flex-direction: column;
.blog-content{
margin:0;
height: 35%
margin: 0;
height: 32%
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions styles/pages/blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,14 +198,14 @@ body, form, fieldset, ol, ul, li, h1, h2, h3, h4, h5, h6, p {
flex-direction: column;
}
body .single {
margin-bottom: 20px;
margin-top: 12%;
}
body .single .inner-blog {
flex-direction: column;
}
body .single .inner-blog .blog-content {
margin: 0;
height: 35%;
height: 32%;
}
}
#navbar {
Expand Down

0 comments on commit a814678

Please sign in to comment.