Skip to content

Commit

Permalink
author-profile fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ramo-dev committed Mar 8, 2024
1 parent 494a5ae commit 5ae545c
Showing 1 changed file with 0 additions and 50 deletions.
50 changes: 0 additions & 50 deletions src/components/blogsData/blogsStyles.css
Original file line number Diff line number Diff line change
Expand Up @@ -577,53 +577,3 @@ color:var(--text-color)
}

}


@media screen and (min-width:1380px) {
.roundedToggleMobile{
display: block;
right:5%;
top:89%;
cursor: pointer;
font-size: 1.3rem;
padding: 0 50%;
}
.blogContainer{
display: flex;
flex-direction: row;
justify-content: space-between;
color:var(--text-color);
align-items: flex-start;
padding:7% 1%;
}
.querySection{
padding: 1% 1% 0 0;
display: flex;
position: absolute;
margin: 65px 19% 0 0%;
z-index: -1;
width:53%;
top:4%;
align-items: center;
justify-content: center;
}
.querySection h1{
display: none;
}
.blogSection{
max-width:97%;
margin:10% 3% 0 2%;
}
.blogSection h1{
display: none;
}
.blogCard{
background: var(--background-color);
padding:2% 3% 3% 3%;
margin-bottom: 5%;
border: 1px solid grey;
color: var(--text-color);
transition: 0.2s ease-in-out;
}

}

0 comments on commit 5ae545c

Please sign in to comment.