Skip to content

Commit

Permalink
revert card styles & remove h2 padding
Browse files Browse the repository at this point in the history
Signed-off-by: Sudhanshu Dasgupta <[email protected]>
  • Loading branch information
sudhanshutech committed Oct 6, 2024
1 parent 1c3e71d commit 125e59a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
12 changes: 6 additions & 6 deletions src/components/Card/Card.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,18 +58,18 @@ export const CardWrapper = styled.div`
.post-content-block{
padding: 0rem 1rem;
// height: 8rem;
padding: 1rem 2rem;
height: 8rem;
}
@media screen and (max-width: 1200px) and (min-width: 992px){
.post-thumb-block{
// height: 12rem;
height: 12rem;
}
.post-content-block{
// height: 10rem;
height: 10rem;
}
Expand All @@ -78,14 +78,14 @@ export const CardWrapper = styled.div`
@media screen and (max-width: 670px) and (min-width: 560px){
.post-content-block{
// height: 10rem;
height: 10rem;
}
}
@media screen and (max-width: 350px){
.post-content-block{
// height: 10rem;
height: 10rem;
}
}
Expand Down
6 changes: 3 additions & 3 deletions src/sections/Docker-Meshery/dockerMeshery.style.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ export const DockerMesheryWrapper = styled.div`
text-align: center;
text-transform: uppercase;
}
h2 {
padding: 2rem 0rem;
}
// h2 {
// padding: 2rem 0rem;
// }
.installButton {
text-align: center;
Expand Down

0 comments on commit 125e59a

Please sign in to comment.